Mute
public struct Mute : XMLRepresentable
Undocumented
-
The fade in effect applied to the mute.
Declaration
Swift
public var fadeIn: FadeIn? -
The fade out effect applied to the mute.
Declaration
Swift
public var fadeOut: FadeOut? -
The start time of the mute.
Declaration
Swift
public var start: CMTime? -
The duration of the mute.
Declaration
Swift
public var duration: CMTime? -
Initializes a new mute.
Declaration
Parameters
startThe start time of the mute.
durationThe duration of the mute.
fadeInThe fade in effect applied to the mute.
fadeOutThe fade out effect applied to the mute.
Mute Structure Reference