Struct Av1ProfileIds
pub struct Av1ProfileIds;
Implementations§
§impl Av1ProfileIds
impl Av1ProfileIds
pub fn MainChromaSubsampling420BitDepth8() -> Result<i32>
pub fn MainChromaSubsampling420BitDepth10() -> Result<i32>
pub fn MainChromaSubsampling400BitDepth8() -> Result<i32>
pub fn MainChromaSubsampling400BitDepth10() -> Result<i32>
pub fn HighChromaSubsampling444BitDepth8() -> Result<i32>
pub fn HighChromaSubsampling444BitDepth10() -> Result<i32>
pub fn ProfessionalChromaSubsampling420BitDepth12() -> Result<i32>
pub fn ProfessionalChromaSubsampling400BitDepth12() -> Result<i32>
pub fn ProfessionalChromaSubsampling444BitDepth12() -> Result<i32>
pub fn ProfessionalChromaSubsampling422BitDepth8() -> Result<i32>
pub fn ProfessionalChromaSubsampling422BitDepth10() -> Result<i32>
pub fn ProfessionalChromaSubsampling422BitDepth12() -> Result<i32>
Auto Trait Implementations§
impl Freeze for Av1ProfileIds
impl RefUnwindSafe for Av1ProfileIds
impl Send for Av1ProfileIds
impl Sync for Av1ProfileIds
impl Unpin for Av1ProfileIds
impl UnwindSafe for Av1ProfileIds
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