pub struct Plane<'a> { /* private fields */ }
Expand description
Audio plane. This is an array of audio sample data. Depending on the sample format, this can either be samples for a single channel, or for all channels multiplexed together.
pub struct Plane<'a> { /* private fields */ }
Audio plane. This is an array of audio sample data. Depending on the sample format, this can either be samples for a single channel, or for all channels multiplexed together.