Option
public enum Option : String, KeyPathRepresentable, CaseIterable
The video encoding or decoding options.
-
Specifies the muted
Declaration
Swift
case muted -
Specifies the width of video.
Declaration
Swift
case width -
Specifies the height of video.
Declaration
Swift
case height -
Specifies the bitrate.
Declaration
Swift
case bitrate -
Specifies the H264 profile level.
Declaration
Swift
case profileLevel -
Specifies the HardwareEncoder is enabled(TRUE), or not(FALSE).
-
Specifies the keyframeInterval.
Declaration
Swift
case maxKeyFrameIntervalDuration -
Specifies the scalingMode.
Declaration
Swift
case scalingMode -
Undocumented
Declaration
Swift
case allowFrameReordering -
Undocumented
Declaration
Swift
public var keyPath: AnyKeyPath { get }
Option Enumeration Reference