struct TranscodingProfile {
profile_type: String,
context: String,
protocol: String,
container: String,
video_codec: Option<String>,
audio_codec: String,
max_audio_channels: String,
}Fields§
§profile_type: String§context: String§protocol: String§container: String§video_codec: Option<String>§audio_codec: String§max_audio_channels: StringTrait Implementations§
Source§impl Debug for TranscodingProfile
impl Debug for TranscodingProfile
Auto Trait Implementations§
impl Freeze for TranscodingProfile
impl RefUnwindSafe for TranscodingProfile
impl Send for TranscodingProfile
impl Sync for TranscodingProfile
impl Unpin for TranscodingProfile
impl UnsafeUnpin for TranscodingProfile
impl UnwindSafe for TranscodingProfile
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