AVBufferSourceFlag
public struct AVBufferSourceFlag : OptionSet
Undocumented
-
Do not check for format changes.
Declaration
Swift
public static let noCheckFormat: AVBufferSourceFlag
-
Undocumented
Declaration
Swift
public static let push: AVBufferSourceFlag
-
Keep a reference to the frame. If the frame if reference-counted, create a new reference; otherwise copy the frame data.
Declaration
Swift
public static let keepReference: AVBufferSourceFlag
-
Declaration
Swift
public let rawValue: Int32
-
Declaration
Swift
public init(rawValue: Int32)
-
Declaration
Swift
public var description: String { get }