Enum vp9_parser::Profile
source · [−]pub enum Profile {
Unknown,
Profile0,
Profile1,
Profile2,
Profile3,
}Expand description
The VP9 profiles.
Variants
Unknown
Unknown.
Profile0
Color depth: 8 bit/sample, chroma subsampling: 4:2:0
Profile1
Color depth: 8 bit, chroma subsampling: 4:2:2, 4:4:0, 4:4:4
Profile2
Color depth: 10–12 bit, chroma subsampling: 4:2:0
Profile3
Color depth: 10–12 bit, chroma subsampling: 4:2:2, 4:4:0, 4:4:4
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Profile
impl UnwindSafe for Profile
Blanket Implementations
Mutably borrows from an owned value. Read more