GLHKView

open class GLHKView : GLKView, NetStreamRenderer
extension GLHKView: GLKViewDelegate

Undocumented

  • Undocumented

    Declaration

    Swift

    public static var defaultBackgroundColor: UIColor
  • Undocumented

    Declaration

    Swift

    open var videoGravity: AVLayerVideoGravity
  • Undocumented

    Declaration

    Swift

    public var videoFormatDescription: CMVideoFormatDescription? { get }
  • Undocumented

    Declaration

    Swift

    override public init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)
  • Undocumented

    Declaration

    Swift

    override open func awakeFromNib()
  • Undocumented

    Declaration

    Swift

    open func attachStream(_ stream: NetStream?)

GLKViewDelegate

  • Undocumented

    Declaration

    Swift

    public func glkView(_ view: GLKView, drawIn rect: CGRect)