BMPBufferType
Objective-C
enum BMPBufferType : NSUInteger {}
Swift
enum BufferType : UInt, @unchecked Sendable
Represents different types of buffered data.
-
Represents the buffered data starting at the current playback time.
Declaration
Objective-C
BMPBufferTypeForwardDurationSwift
case forwardDuration = 0 -
Represents the buffered data up until the current playback time.
Declaration
Objective-C
BMPBufferTypeBackwardDurationSwift
case backwardDuration = 1
BMPBufferType Enumeration Reference