Skip to main content

Module block_buffer

Module block_buffer 

Source
Available on crate feature cm only.
Expand description

CMBlockBuffer - Block of contiguous data

A CMBlockBuffer represents a contiguous range of data, typically used for audio samples or compressed video data. It manages memory ownership and provides access to the underlying data bytes.

Structsยง

CMBlockBuffer
Block buffer containing contiguous media data