pub struct OH_AudioSessionManager { /* private fields */ }Available on crate feature
api-12 only.Expand description
Declare the audio session manager. The handle of audio session manager is used for audio session related functions.
Available since API-level: 12
Auto Trait Implementations§
impl Freeze for OH_AudioSessionManager
impl RefUnwindSafe for OH_AudioSessionManager
impl Send for OH_AudioSessionManager
impl Sync for OH_AudioSessionManager
impl Unpin for OH_AudioSessionManager
impl UnsafeUnpin for OH_AudioSessionManager
impl UnwindSafe for OH_AudioSessionManager
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