#[repr(C)]pub struct SLAudioCodecDescriptor_ {Show 15 fields
pub maxChannels: SLuint32,
pub minBitsPerSample: SLuint32,
pub maxBitsPerSample: SLuint32,
pub minSampleRate: SLmilliHertz,
pub maxSampleRate: SLmilliHertz,
pub isFreqRangeContinuous: SLboolean,
pub pSampleRatesSupported: *mut SLmilliHertz,
pub numSampleRatesSupported: SLuint32,
pub minBitRate: SLuint32,
pub maxBitRate: SLuint32,
pub isBitrateRangeContinuous: SLboolean,
pub pBitratesSupported: *mut SLuint32,
pub numBitratesSupported: SLuint32,
pub profileSetting: SLuint32,
pub modeSetting: SLuint32,
}Fields§
§maxChannels: SLuint32§minBitsPerSample: SLuint32§maxBitsPerSample: SLuint32§minSampleRate: SLmilliHertz§maxSampleRate: SLmilliHertz§isFreqRangeContinuous: SLboolean§pSampleRatesSupported: *mut SLmilliHertz§numSampleRatesSupported: SLuint32§minBitRate: SLuint32§maxBitRate: SLuint32§isBitrateRangeContinuous: SLboolean§pBitratesSupported: *mut SLuint32§numBitratesSupported: SLuint32§profileSetting: SLuint32§modeSetting: SLuint32Trait Implementations§
Source§impl Clone for SLAudioCodecDescriptor_
impl Clone for SLAudioCodecDescriptor_
Source§fn clone(&self) -> SLAudioCodecDescriptor_
fn clone(&self) -> SLAudioCodecDescriptor_
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SLAudioCodecDescriptor_
impl Debug for SLAudioCodecDescriptor_
impl Copy for SLAudioCodecDescriptor_
Auto Trait Implementations§
impl Freeze for SLAudioCodecDescriptor_
impl RefUnwindSafe for SLAudioCodecDescriptor_
impl !Send for SLAudioCodecDescriptor_
impl !Sync for SLAudioCodecDescriptor_
impl Unpin for SLAudioCodecDescriptor_
impl UnwindSafe for SLAudioCodecDescriptor_
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more