Struct coreaudio_sys::audio_unit::Struct_AudioStreamBasicDescription
[−]
[src]
pub struct Struct_AudioStreamBasicDescription {
pub mSampleRate: Float64,
pub mFormatID: AudioFormatID,
pub mFormatFlags: AudioFormatFlags,
pub mBytesPerPacket: UInt32,
pub mFramesPerPacket: UInt32,
pub mBytesPerFrame: UInt32,
pub mChannelsPerFrame: UInt32,
pub mBitsPerChannel: UInt32,
pub mReserved: UInt32,
}Fields
mSampleRate: Float64
mFormatID: AudioFormatID
mFormatFlags: AudioFormatFlags
mBytesPerPacket: UInt32
mFramesPerPacket: UInt32
mBytesPerFrame: UInt32
mChannelsPerFrame: UInt32
mBitsPerChannel: UInt32
mReserved: UInt32
Trait Implementations
impl Debug for Struct_AudioStreamBasicDescription[src]
impl Clone for Struct_AudioStreamBasicDescription[src]
fn clone(&self) -> Struct_AudioStreamBasicDescription
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 Copy for Struct_AudioStreamBasicDescription[src]
impl Default for Struct_AudioStreamBasicDescription[src]
fn default() -> Struct_AudioStreamBasicDescription
Returns the "default value" for a type. Read more