Struct HevcProfileIds
pub struct HevcProfileIds;
Implementations§
§impl HevcProfileIds
impl HevcProfileIds
pub fn MainChromaSubsampling420BitDepth8() -> Result<i32>
pub fn MainChromaSubsampling420BitDepth10() -> Result<i32>
pub fn MainChromaSubsampling420BitDepth12() -> Result<i32>
pub fn MainChromaSubsampling422BitDepth10() -> Result<i32>
pub fn MainChromaSubsampling422BitDepth12() -> Result<i32>
pub fn MainChromaSubsampling444BitDepth8() -> Result<i32>
pub fn MainChromaSubsampling444BitDepth10() -> Result<i32>
pub fn MainChromaSubsampling444BitDepth12() -> Result<i32>
pub fn MonochromeBitDepth12() -> Result<i32>
pub fn MonochromeBitDepth16() -> Result<i32>
pub fn MainIntraChromaSubsampling420BitDepth8() -> Result<i32>
pub fn MainIntraChromaSubsampling420BitDepth10() -> Result<i32>
pub fn MainIntraChromaSubsampling420BitDepth12() -> Result<i32>
pub fn MainIntraChromaSubsampling422BitDepth10() -> Result<i32>
pub fn MainIntraChromaSubsampling422BitDepth12() -> Result<i32>
pub fn MainIntraChromaSubsampling444BitDepth8() -> Result<i32>
pub fn MainIntraChromaSubsampling444BitDepth10() -> Result<i32>
pub fn MainIntraChromaSubsampling444BitDepth12() -> Result<i32>
pub fn MainIntraChromaSubsampling444BitDepth16() -> Result<i32>
pub fn MainStillChromaSubsampling420BitDepth8() -> Result<i32>
pub fn MainStillChromaSubsampling444BitDepth8() -> Result<i32>
pub fn MainStillChromaSubsampling444BitDepth16() -> Result<i32>
Auto Trait Implementations§
impl Freeze for HevcProfileIds
impl RefUnwindSafe for HevcProfileIds
impl Send for HevcProfileIds
impl Sync for HevcProfileIds
impl Unpin for HevcProfileIds
impl UnwindSafe for HevcProfileIds
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