pub enum H265Tier {
Main,
High,
}Expand description
H.265 encoding tier.
Variants§
Main
Main tier — lower bitrate ceiling (consumer content).
High
High tier — higher bitrate ceiling (broadcast / professional).
Trait Implementations§
impl Copy for H265Tier
impl Eq for H265Tier
impl StructuralPartialEq for H265Tier
Auto Trait Implementations§
impl Freeze for H265Tier
impl RefUnwindSafe for H265Tier
impl Send for H265Tier
impl Sync for H265Tier
impl Unpin for H265Tier
impl UnsafeUnpin for H265Tier
impl UnwindSafe for H265Tier
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