pub struct Raw;Expand description
Raw format options
Implementations§
Source§impl Raw
impl Raw
Sourcepub fn video() -> FormatOptions
pub fn video() -> FormatOptions
Raw video
Sourcepub fn audio_pcm() -> FormatOptions
pub fn audio_pcm() -> FormatOptions
Raw audio PCM
Sourcepub fn h264() -> FormatOptions
pub fn h264() -> FormatOptions
Raw H.264
Sourcepub fn h265() -> FormatOptions
pub fn h265() -> FormatOptions
Raw H.265
Auto Trait Implementations§
impl Freeze for Raw
impl RefUnwindSafe for Raw
impl Send for Raw
impl Sync for Raw
impl Unpin for Raw
impl UnsafeUnpin for Raw
impl UnwindSafe for Raw
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