Flag
public struct Flag : OptionSet
Undocumented
-
A generic parameter which can be set by the user for muxing or encoding.
Declaration
Swift
public static let encoding: AVOption.Flag
-
A generic parameter which can be set by the user for demuxing or decoding.
Declaration
Swift
public static let decoding: AVOption.Flag
-
Undocumented
Declaration
Swift
public static let audio: AVOption.Flag
-
Undocumented
Declaration
Swift
public static let video: AVOption.Flag
-
Undocumented
Declaration
Swift
public static let subtitle: AVOption.Flag
-
The option is intended for exporting values to the caller.
Declaration
Swift
public static let export: AVOption.Flag
-
A generic parameter which can be set by the user for bit stream filtering.
Declaration
Swift
public static let bsf: AVOption.Flag
-
A generic parameter which can be set by the user for filtering.
Declaration
Swift
public static let filtering: AVOption.Flag
-
Set if option is deprecated, users should refer to
AVOption.help
text for more information.Declaration
Swift
public static let deprecated: AVOption.Flag
-
Declaration
Swift
public let rawValue: Int32
-
Declaration
Swift
public init(rawValue: Int32)
-
Declaration
Swift
public var description: String { get }