Contents

CMBuffer

A reference to a buffer object.

Declaration

typealias CMBuffer = CFTypeRef

Discussion

A CMBuffer can be an instance of any Core Foundation type, as long as a getDuration callback can be provided. Commonly used types are CMSampleBuffer and CVPixelBuffer.

See Also

Data Types