SLAudioEncoderSettings

Type Alias SLAudioEncoderSettings 

Source
pub type SLAudioEncoderSettings = SLAudioEncoderSettings_;

Aliased Type§

#[repr(C)]
pub struct SLAudioEncoderSettings {
Show 13 fields pub encoderId: u32, pub channelsIn: u32, pub channelsOut: u32, pub sampleRate: u32, pub bitRate: u32, pub bitsPerSample: u32, pub rateControl: u32, pub profileSetting: u32, pub levelSetting: u32, pub channelMode: u32, pub streamFormat: u32, pub encodeOptions: u32, pub blockAlignment: u32,
}

Fields§

§encoderId: u32§channelsIn: u32§channelsOut: u32§sampleRate: u32§bitRate: u32§bitsPerSample: u32§rateControl: u32§profileSetting: u32§levelSetting: u32§channelMode: u32§streamFormat: u32§encodeOptions: u32§blockAlignment: u32