Struct coreaudio_sys::audio_unit::Struct_ScheduledAudioSlice [] [src]

pub struct Struct_ScheduledAudioSlice {
    pub mTimeStamp: AudioTimeStamp,
    pub mCompletionProc: ScheduledAudioSliceCompletionProc,
    pub mCompletionProcUserData: *mut c_void,
    pub mFlags: UInt32,
    pub mReserved: UInt32,
    pub mReserved2: *mut c_void,
    pub mNumberFrames: UInt32,
    pub mBufferList: *mut AudioBufferList,
}

Fields

mTimeStamp: AudioTimeStamp mCompletionProc: ScheduledAudioSliceCompletionProc mCompletionProcUserData: *mut c_void mFlags: UInt32 mReserved: UInt32 mReserved2: *mut c_void mNumberFrames: UInt32 mBufferList: *mut AudioBufferList

Trait Implementations

impl Copy for Struct_ScheduledAudioSlice
[src]

impl Clone for Struct_ScheduledAudioSlice
[src]

fn clone(&self) -> Struct_ScheduledAudioSlice

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct_ScheduledAudioSlice
[src]

fn default() -> Struct_ScheduledAudioSlice

Returns the "default value" for a type. Read more