SubtitleUIController
extension SubtitleUIController: PlayerUIController
-
Declaration
Swift
public var areControlsShown: Bool { get }
-
Declaration
Swift
public var hasOwnPlayerLayer: Bool { get }
-
Declaration
Swift
public var isPictureInPicture: Bool { get }
-
Declaration
Swift
public var rootView: UIView? { get }
-
Declaration
Swift
public var advertisingUiView: UIView? { get }
-
Declaration
Swift
public var advertisingLoadingIndicator: UIView? { get }
-
Declaration
Swift
public var hideAdContainerWhileStalling: Bool { get }
-
Declaration
Swift
public var canShowAdContainer: Bool { get }
-
Declaration
Swift
public var showSkipControlsInPictureInPicture: Bool { get set }
-
Declaration
Swift
public func enterPictureInPicture()
-
Declaration
Swift
public func exitPictureInPicture()
-
Declaration
Swift
public func destroy()