UZLiveStreamViewController

open class UZLiveStreamViewController: UIViewController

Undocumented

  • Undocumented

    Declaration

    Swift

    public var livestreamUIView = UZLiveStreamUIView()
  • Undocumented

    Declaration

    Swift

    public let startButton = NKButton()
  • Undocumented

    Declaration

    Swift

    public var liveEventId: String? = nil
  • Undocumented

    Declaration

    Swift

    public var getViewsInterval: TimeInterval = 5.0
  • Undocumented

    Declaration

    Swift

    public fileprivate (set) var liveDurationLabel = UILabel()
  • Undocumented

    Declaration

    Swift

    public fileprivate(set)var isLive = false
  • Undocumented

    Declaration

    Swift

    public var saveLocalVideo: Bool
  • Undocumented

    Declaration

    Swift

    public var localVideoURL: URL?
  • Undocumented

    Declaration

    Swift

    public fileprivate(set) var currentLiveEvent : UZLiveEvent? = nil
  • Undocumented

    Declaration

    Swift

    lazy open var session: LFLiveSession =
  • Undocumented

    Declaration

    Swift

    public convenience init(liveEventId: String)
  • Undocumented

    Declaration

    Swift

    public init()
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    @objc public func start()
  • Undocumented

    Declaration

    Swift

    public func startLive(event: UZLiveEvent!) -> Void
  • Undocumented

    Declaration

    Swift

    public func stopLive() -> Void
  • Undocumented

    Declaration

    Swift

    open func onButtonSelected(_ button: UIControl?)
  • Undocumented

    Declaration

    Swift

    public func liveSession(_ session: LFLiveSession?, debugInfo: LFLiveDebug?)
  • Undocumented

    Declaration

    Swift

    public func liveSession(_ session: LFLiveSession?, errorCode: LFLiveSocketErrorCode)
  • Undocumented

    Declaration

    Swift

    public func liveSession(_ session: LFLiveSession?, liveStateDidChange state: LFLiveState)