NativeVideoPlaybackControls
@objc(YMANativeVideoPlaybackControls)
public class NativeVideoPlaybackControls : NSObject
Class with playback controls.
-
nitializes an object of the
NativeVideoPlaybackControls
class with progress control and mute control.Declaration
Swift
@objc(initWithProgressControl:muteControl:) public convenience init( progressControl: (UIView & NativeVideoPlaybackProgressControl)?, muteControl: (UIView & NativeVideoPlaybackMuteControl)? )
Parameters
progressControl
An object of the
UIView
class and conform to protocolNativeVideoPlaybackProgressControl
.muteControl
An object of the
UIView
class and conform to protocolNativeVideoPlaybackMuteControl
.Return Value
An object of the
NativeVideoPlaybackControls
class with progress control and mute control. -
Undocumented
Declaration
Swift
@objc public func setupVideoPlaybackControls(to view: YMANativeMediaView)