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