[][src]Struct vorbis_sys::vorbis_dsp_state

#[repr(C)]pub struct vorbis_dsp_state {
    pub analysisp: c_int,
    pub vi: *mut vorbis_info,
    pub pcm: *mut *mut c_float,
    pub pcmret: *mut *mut c_float,
    pub pcm_storage: c_int,
    pub pcm_current: c_int,
    pub pcm_returned: c_int,
    pub preextrapolate: c_int,
    pub eofflag: c_int,
    pub lW: c_long,
    pub W: c_long,
    pub nW: c_long,
    pub centerW: c_long,
    pub granulepos: ogg_int64_t,
    pub sequence: ogg_int64_t,
    pub glue_bits: ogg_int64_t,
    pub time_bits: ogg_int64_t,
    pub floor_bits: ogg_int64_t,
    pub res_bits: ogg_int64_t,
    pub backend_state: *mut c_void,
}

Fields

analysisp: c_intvi: *mut vorbis_infopcm: *mut *mut c_floatpcmret: *mut *mut c_floatpcm_storage: c_intpcm_current: c_intpcm_returned: c_intpreextrapolate: c_inteofflag: c_intlW: c_longW: c_longnW: c_longcenterW: c_longgranulepos: ogg_int64_tsequence: ogg_int64_tglue_bits: ogg_int64_ttime_bits: ogg_int64_tfloor_bits: ogg_int64_tres_bits: ogg_int64_tbackend_state: *mut c_void

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.