[][src]Struct audir_sles::SL3DSourceItf_

#[repr(C)]pub struct SL3DSourceItf_ {
    pub SetHeadRelative: Option<unsafe extern "C" fn(self_: SL3DSourceItf, headRelative: SLboolean) -> SLresult>,
    pub GetHeadRelative: Option<unsafe extern "C" fn(self_: SL3DSourceItf, pHeadRelative: *mut SLboolean) -> SLresult>,
    pub SetRolloffDistances: Option<unsafe extern "C" fn(self_: SL3DSourceItf, minDistance: SLmillimeter, maxDistance: SLmillimeter) -> SLresult>,
    pub GetRolloffDistances: Option<unsafe extern "C" fn(self_: SL3DSourceItf, pMinDistance: *mut SLmillimeter, pMaxDistance: *mut SLmillimeter) -> SLresult>,
    pub SetRolloffMaxDistanceMute: Option<unsafe extern "C" fn(self_: SL3DSourceItf, mute: SLboolean) -> SLresult>,
    pub GetRolloffMaxDistanceMute: Option<unsafe extern "C" fn(self_: SL3DSourceItf, pMute: *mut SLboolean) -> SLresult>,
    pub SetRolloffFactor: Option<unsafe extern "C" fn(self_: SL3DSourceItf, rolloffFactor: SLpermille) -> SLresult>,
    pub GetRolloffFactor: Option<unsafe extern "C" fn(self_: SL3DSourceItf, pRolloffFactor: *mut SLpermille) -> SLresult>,
    pub SetRoomRolloffFactor: Option<unsafe extern "C" fn(self_: SL3DSourceItf, roomRolloffFactor: SLpermille) -> SLresult>,
    pub GetRoomRolloffFactor: Option<unsafe extern "C" fn(self_: SL3DSourceItf, pRoomRolloffFactor: *mut SLpermille) -> SLresult>,
    pub SetRolloffModel: Option<unsafe extern "C" fn(self_: SL3DSourceItf, model: SLuint8) -> SLresult>,
    pub GetRolloffModel: Option<unsafe extern "C" fn(self_: SL3DSourceItf, pModel: *mut SLuint8) -> SLresult>,
    pub SetCone: Option<unsafe extern "C" fn(self_: SL3DSourceItf, innerAngle: SLmillidegree, outerAngle: SLmillidegree, outerLevel: SLmillibel) -> SLresult>,
    pub GetCone: Option<unsafe extern "C" fn(self_: SL3DSourceItf, pInnerAngle: *mut SLmillidegree, pOuterAngle: *mut SLmillidegree, pOuterLevel: *mut SLmillibel) -> SLresult>,
}

Fields

SetHeadRelative: Option<unsafe extern "C" fn(self_: SL3DSourceItf, headRelative: SLboolean) -> SLresult>GetHeadRelative: Option<unsafe extern "C" fn(self_: SL3DSourceItf, pHeadRelative: *mut SLboolean) -> SLresult>SetRolloffDistances: Option<unsafe extern "C" fn(self_: SL3DSourceItf, minDistance: SLmillimeter, maxDistance: SLmillimeter) -> SLresult>GetRolloffDistances: Option<unsafe extern "C" fn(self_: SL3DSourceItf, pMinDistance: *mut SLmillimeter, pMaxDistance: *mut SLmillimeter) -> SLresult>SetRolloffMaxDistanceMute: Option<unsafe extern "C" fn(self_: SL3DSourceItf, mute: SLboolean) -> SLresult>GetRolloffMaxDistanceMute: Option<unsafe extern "C" fn(self_: SL3DSourceItf, pMute: *mut SLboolean) -> SLresult>SetRolloffFactor: Option<unsafe extern "C" fn(self_: SL3DSourceItf, rolloffFactor: SLpermille) -> SLresult>GetRolloffFactor: Option<unsafe extern "C" fn(self_: SL3DSourceItf, pRolloffFactor: *mut SLpermille) -> SLresult>SetRoomRolloffFactor: Option<unsafe extern "C" fn(self_: SL3DSourceItf, roomRolloffFactor: SLpermille) -> SLresult>GetRoomRolloffFactor: Option<unsafe extern "C" fn(self_: SL3DSourceItf, pRoomRolloffFactor: *mut SLpermille) -> SLresult>SetRolloffModel: Option<unsafe extern "C" fn(self_: SL3DSourceItf, model: SLuint8) -> SLresult>GetRolloffModel: Option<unsafe extern "C" fn(self_: SL3DSourceItf, pModel: *mut SLuint8) -> SLresult>SetCone: Option<unsafe extern "C" fn(self_: SL3DSourceItf, innerAngle: SLmillidegree, outerAngle: SLmillidegree, outerLevel: SLmillibel) -> SLresult>GetCone: Option<unsafe extern "C" fn(self_: SL3DSourceItf, pInnerAngle: *mut SLmillidegree, pOuterAngle: *mut SLmillidegree, pOuterLevel: *mut SLmillibel) -> SLresult>

Trait Implementations

impl Clone for SL3DSourceItf_[src]

impl Copy for SL3DSourceItf_[src]

impl Debug for SL3DSourceItf_[src]

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.