Struct coreaudio_sys::audio_unit::Struct_ScheduledAudioFileRegion
[−]
[src]
pub struct Struct_ScheduledAudioFileRegion {
pub mTimeStamp: AudioTimeStamp,
pub mCompletionProc: ScheduledAudioFileRegionCompletionProc,
pub mCompletionProcUserData: *mut c_void,
pub mAudioFile: *mut Struct_OpaqueAudioFileID,
pub mLoopCount: UInt32,
pub mStartFrame: SInt64,
pub mFramesToPlay: UInt32,
}Fields
mTimeStamp: AudioTimeStamp
mCompletionProc: ScheduledAudioFileRegionCompletionProc
mCompletionProcUserData: *mut c_void
mAudioFile: *mut Struct_OpaqueAudioFileID
mLoopCount: UInt32
mStartFrame: SInt64
mFramesToPlay: UInt32
Trait Implementations
impl Copy for Struct_ScheduledAudioFileRegion[src]
impl Clone for Struct_ScheduledAudioFileRegion[src]
fn clone(&self) -> Struct_ScheduledAudioFileRegion
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_ScheduledAudioFileRegion[src]
fn default() -> Struct_ScheduledAudioFileRegion
Returns the "default value" for a type. Read more