pub struct OH_AudioStreamManager { /* private fields */ }Available on crate feature
api-19 only.Expand description
Declare the audio stream manager. Audio stream manager provides many functions about audio streams, like monitoring audio streams status, getting different stream types supported information and so on.
Available since API-level: 19
Auto Trait Implementations§
impl Freeze for OH_AudioStreamManager
impl RefUnwindSafe for OH_AudioStreamManager
impl Send for OH_AudioStreamManager
impl Sync for OH_AudioStreamManager
impl Unpin for OH_AudioStreamManager
impl UnsafeUnpin for OH_AudioStreamManager
impl UnwindSafe for OH_AudioStreamManager
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