pub enum H264Profile {
AutoSelect,
Baseline,
Main,
High,
High10,
High422,
High444,
Stereo,
ProgressiveHigh,
ConstrainedHigh,
}Expand description
H.264 プロファイル
Variants§
AutoSelect
自動選択
Baseline
Baseline プロファイル
Main
Main プロファイル
High
High プロファイル
High10
High 10 プロファイル
High422
High 4:2:2 プロファイル
High444
High 4:4:4 プロファイル
Stereo
Stereo プロファイル
ProgressiveHigh
Progressive High プロファイル
ConstrainedHigh
Constrained High プロファイル
Trait Implementations§
Source§impl Clone for H264Profile
impl Clone for H264Profile
Source§fn clone(&self) -> H264Profile
fn clone(&self) -> H264Profile
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for H264Profile
impl Debug for H264Profile
Source§impl PartialEq for H264Profile
impl PartialEq for H264Profile
impl Copy for H264Profile
impl Eq for H264Profile
impl StructuralPartialEq for H264Profile
Auto Trait Implementations§
impl Freeze for H264Profile
impl RefUnwindSafe for H264Profile
impl Send for H264Profile
impl Sync for H264Profile
impl Unpin for H264Profile
impl UnsafeUnpin for H264Profile
impl UnwindSafe for H264Profile
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