pub struct OH_AudioResourceManager { /* private fields */ }Available on crate feature
api-20 only.Expand description
Declare the audio resource manager. Audio resource manager provides many functions for developer to manage system resources to avoid underrun or overrun in audio playback and recording.
Available since API-level: 20
Auto Trait Implementations§
impl Freeze for OH_AudioResourceManager
impl RefUnwindSafe for OH_AudioResourceManager
impl Send for OH_AudioResourceManager
impl Sync for OH_AudioResourceManager
impl Unpin for OH_AudioResourceManager
impl UnsafeUnpin for OH_AudioResourceManager
impl UnwindSafe for OH_AudioResourceManager
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