NativeVideoPlaybackMuteControlDelegate
@objc(YMANativeVideoPlaybackMuteControlDelegate)
public protocol NativeVideoPlaybackMuteControlDelegate : NSObjectProtocol
Undocumented
-
Notifies that the user has clicked on mute control.
Declaration
Swift
func muteControl(_ muteControl: NativeVideoPlaybackMuteControl, didChangeIsMuted isMuted: Bool)
Parameters
muteControl
A reference to the object that invoked the method.
isMuted
A flag for representing current mute control state.