[][src]Struct audir_sles::SLAudioInputDescriptor_

#[repr(C)]pub struct SLAudioInputDescriptor_ {
    pub pDeviceName: *mut SLchar,
    pub deviceNameLength: SLint16,
    pub deviceConnection: SLint16,
    pub deviceScope: SLint16,
    pub deviceLocation: SLint16,
    pub isForTelephony: SLboolean,
    pub minSampleRate: SLmilliHertz,
    pub maxSampleRate: SLmilliHertz,
    pub isFreqRangeContinuous: SLboolean,
    pub pSamplingRatesSupported: *mut SLmilliHertz,
    pub numOfSamplingRatesSupported: SLint16,
    pub maxChannels: SLint16,
}

Fields

pDeviceName: *mut SLchardeviceNameLength: SLint16deviceConnection: SLint16deviceScope: SLint16deviceLocation: SLint16isForTelephony: SLbooleanminSampleRate: SLmilliHertzmaxSampleRate: SLmilliHertzisFreqRangeContinuous: SLbooleanpSamplingRatesSupported: *mut SLmilliHertznumOfSamplingRatesSupported: SLint16maxChannels: SLint16

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.