Skip to main content

SampleBuffer

Type Alias SampleBuffer 

Source
pub type SampleBuffer = Arc<Mutex<Vec<Sample>>>;
Expand description

Shared sample buffer: main thread pushes, upload thread drains.

Aliased Typeยง

pub struct SampleBuffer { /* private fields */ }