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
BMPBufferTypeForwardDuration
Swift
case forwardDuration = 0
-
Represents the buffered data up until the current playback time.
Declaration
Objective-C
BMPBufferTypeBackwardDuration
Swift
case backwardDuration = 1