Struct comfy_wgpu::kira::manager::AudioManagerSettings
pub struct AudioManagerSettings<B>where
B: Backend,{
pub capacities: Capacities,
pub main_track_builder: TrackBuilder,
pub backend_settings: <B as Backend>::Settings,
}Expand description
Settings for an AudioManager.
Fields§
§capacities: CapacitiesSpecifies how many of each resource type an audio context can have.
main_track_builder: TrackBuilderConfigures the main mixer track.
backend_settings: <B as Backend>::SettingsConfigures the backend.
Trait Implementations§
Auto Trait Implementations§
impl<B> !RefUnwindSafe for AudioManagerSettings<B>
impl<B> Send for AudioManagerSettings<B>where <B as Backend>::Settings: Send,
impl<B> Sync for AudioManagerSettings<B>where <B as Backend>::Settings: Sync,
impl<B> Unpin for AudioManagerSettings<B>where <B as Backend>::Settings: Unpin,
impl<B> !UnwindSafe for AudioManagerSettings<B>
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