#[repr(u32)]
pub enum AVMatrixEncoding {
AV_MATRIX_ENCODING_NONE,
AV_MATRIX_ENCODING_DOLBY,
AV_MATRIX_ENCODING_DPLII,
AV_MATRIX_ENCODING_DPLIIX,
AV_MATRIX_ENCODING_DPLIIZ,
AV_MATRIX_ENCODING_DOLBYEX,
AV_MATRIX_ENCODING_DOLBYHEADPHONE,
AV_MATRIX_ENCODING_NB,
}Variants§
AV_MATRIX_ENCODING_NONE
AV_MATRIX_ENCODING_DOLBY
AV_MATRIX_ENCODING_DPLII
AV_MATRIX_ENCODING_DPLIIX
AV_MATRIX_ENCODING_DPLIIZ
AV_MATRIX_ENCODING_DOLBYEX
AV_MATRIX_ENCODING_DOLBYHEADPHONE
AV_MATRIX_ENCODING_NB
Trait Implementations§
source§impl Clone for AVMatrixEncoding
impl Clone for AVMatrixEncoding
source§fn clone(&self) -> AVMatrixEncoding
fn clone(&self) -> AVMatrixEncoding
Returns a copy 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 AVMatrixEncoding
impl Debug for AVMatrixEncoding
source§impl Hash for AVMatrixEncoding
impl Hash for AVMatrixEncoding
source§impl PartialEq<AVMatrixEncoding> for AVMatrixEncoding
impl PartialEq<AVMatrixEncoding> for AVMatrixEncoding
source§fn eq(&self, other: &AVMatrixEncoding) -> bool
fn eq(&self, other: &AVMatrixEncoding) -> bool
This method tests for
self and other values to be equal, and is used
by ==.