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ยง
- CMBlock
Buffer - Block buffer containing contiguous media data