[−][src]Struct ffmpeg_dev::sys::AudioData
Audio buffer used for intermediate storage between conversion phases.
Fields
class: *const AVClass
< AVClass for logging
data: [*mut u8; 32]
< data plane pointers
buffer: *mut u8
< data buffer
buffer_size: c_uint
< allocated buffer size
allocated_samples: c_int
< number of samples the buffer can hold
nb_samples: c_int
< current number of samples
sample_fmt: AVSampleFormat
< sample format
channels: c_int
< channel count
allocated_channels: c_int
< allocated channel count
is_planar: c_int
< sample format is planar
planes: c_int
< number of data planes
sample_size: c_int
< bytes per sample
stride: c_int
< sample byte offset within a plane
read_only: c_int
< data is read-only
allow_realloc: c_int
< realloc is allowed
ptr_align: c_int
< minimum data pointer alignment
samples_align: c_int
< allocated samples alignment
name: *const c_char
< name for debug logging
Trait Implementations
Auto Trait Implementations
impl !Send for AudioData
impl !Sync for AudioData
impl Unpin for AudioData
impl UnwindSafe for AudioData
impl RefUnwindSafe for AudioData
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,