[][src]Struct faad2_sys::NeAACDecFrameInfo

#[repr(C)]pub struct NeAACDecFrameInfo {
    pub bytesconsumed: c_ulong,
    pub samples: c_ulong,
    pub channels: c_uchar,
    pub error: c_uchar,
    pub samplerate: c_ulong,
    pub sbr: c_uchar,
    pub object_type: c_uchar,
    pub header_type: c_uchar,
    pub num_front_channels: c_uchar,
    pub num_side_channels: c_uchar,
    pub num_back_channels: c_uchar,
    pub num_lfe_channels: c_uchar,
    pub channel_position: [c_uchar; 64],
    pub ps: c_uchar,
}

Fields

bytesconsumed: c_ulongsamples: c_ulongchannels: c_ucharerror: c_ucharsamplerate: c_ulongsbr: c_ucharobject_type: c_ucharheader_type: c_ucharnum_front_channels: c_ucharnum_side_channels: c_ucharnum_back_channels: c_ucharnum_lfe_channels: c_ucharchannel_position: [c_uchar; 64]ps: c_uchar

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.