BMPBufferType
Objective-C
enum BMPBufferType {}
Swift
enum BufferType : UInt
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