#[repr(C)]pub struct SLAndroidEffectSendItf_ {
pub EnableEffectSend: Option<unsafe extern "C" fn(self_: SLAndroidEffectSendItf, effectImplementationId: SLInterfaceID, enable: SLboolean, initialLevel: SLmillibel) -> SLresult>,
pub IsEnabled: Option<unsafe extern "C" fn(self_: SLAndroidEffectSendItf, effectImplementationId: SLInterfaceID, pEnable: *mut SLboolean) -> SLresult>,
pub SetDirectLevel: Option<unsafe extern "C" fn(self_: SLAndroidEffectSendItf, directLevel: SLmillibel) -> SLresult>,
pub GetDirectLevel: Option<unsafe extern "C" fn(self_: SLAndroidEffectSendItf, pDirectLevel: *mut SLmillibel) -> SLresult>,
pub SetSendLevel: Option<unsafe extern "C" fn(self_: SLAndroidEffectSendItf, effectImplementationId: SLInterfaceID, sendLevel: SLmillibel) -> SLresult>,
pub GetSendLevel: Option<unsafe extern "C" fn(self_: SLAndroidEffectSendItf, effectImplementationId: SLInterfaceID, pSendLevel: *mut SLmillibel) -> SLresult>,
}Expand description
Android Effect Send interface methods
Fields§
§EnableEffectSend: Option<unsafe extern "C" fn(self_: SLAndroidEffectSendItf, effectImplementationId: SLInterfaceID, enable: SLboolean, initialLevel: SLmillibel) -> SLresult>§IsEnabled: Option<unsafe extern "C" fn(self_: SLAndroidEffectSendItf, effectImplementationId: SLInterfaceID, pEnable: *mut SLboolean) -> SLresult>§SetDirectLevel: Option<unsafe extern "C" fn(self_: SLAndroidEffectSendItf, directLevel: SLmillibel) -> SLresult>§GetDirectLevel: Option<unsafe extern "C" fn(self_: SLAndroidEffectSendItf, pDirectLevel: *mut SLmillibel) -> SLresult>§SetSendLevel: Option<unsafe extern "C" fn(self_: SLAndroidEffectSendItf, effectImplementationId: SLInterfaceID, sendLevel: SLmillibel) -> SLresult>§GetSendLevel: Option<unsafe extern "C" fn(self_: SLAndroidEffectSendItf, effectImplementationId: SLInterfaceID, pSendLevel: *mut SLmillibel) -> SLresult>Trait Implementations§
Source§impl Clone for SLAndroidEffectSendItf_
impl Clone for SLAndroidEffectSendItf_
Source§fn clone(&self) -> SLAndroidEffectSendItf_
fn clone(&self) -> SLAndroidEffectSendItf_
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 SLAndroidEffectSendItf_
impl Debug for SLAndroidEffectSendItf_
impl Copy for SLAndroidEffectSendItf_
Auto Trait Implementations§
impl Freeze for SLAndroidEffectSendItf_
impl RefUnwindSafe for SLAndroidEffectSendItf_
impl Send for SLAndroidEffectSendItf_
impl Sync for SLAndroidEffectSendItf_
impl Unpin for SLAndroidEffectSendItf_
impl UnwindSafe for SLAndroidEffectSendItf_
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