pub struct AudioEncoderSettings { /* private fields */ }
Expand description
Represents the settings for an audio encoder.
Implementations§
Source§impl AudioEncoderSettings
impl AudioEncoderSettings
Sourcepub fn builder() -> AudioEncoderSettingsBuilder
pub fn builder() -> AudioEncoderSettingsBuilder
Create an instance of AudioEncoderSettings
using the builder syntax
Trait Implementations§
Source§impl From<AudioEncoderSettings> for EncoderSettings
impl From<AudioEncoderSettings> for EncoderSettings
Source§fn from(settings: AudioEncoderSettings) -> Self
fn from(settings: AudioEncoderSettings) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AudioEncoderSettings
impl RefUnwindSafe for AudioEncoderSettings
impl !Send for AudioEncoderSettings
impl !Sync for AudioEncoderSettings
impl Unpin for AudioEncoderSettings
impl UnwindSafe for AudioEncoderSettings
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