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
BMPBufferTypeForwardDurationSwift
case forwardDuration = 0 -
Represents the buffered data up until the current playback time.
Declaration
Objective-C
BMPBufferTypeBackwardDurationSwift
case backwardDuration = 1
BMPBufferType Enumeration Reference