pub struct VideoOutputFormat {
pub video_codec: VideoCodec,
pub audio_codec: AudioCodec,
pub video_kbitrate: u16,
pub audio_kbitrate: u8,
}Fields§
§video_codec: VideoCodec§audio_codec: AudioCodec§video_kbitrate: u16§audio_kbitrate: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for VideoOutputFormat
impl RefUnwindSafe for VideoOutputFormat
impl Send for VideoOutputFormat
impl Sync for VideoOutputFormat
impl Unpin for VideoOutputFormat
impl UnsafeUnpin for VideoOutputFormat
impl UnwindSafe for VideoOutputFormat
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