Type Alias d1_pac::tve::tve_configuration0::UV_ORDER_R

source ·
pub type UV_ORDER_R = BitReader<UV_ORDER_A>;
Expand description

Field uv_order reader - This bit selects if the sample order at the chroma input to the Video Encoder is Cb first (i.e. Cb 0 Cr 0 Cb 1 Cr 1) or Cr first (i.e. Cr 0 Cb 0 Cr 1 Cb 1).

Aliased Type§

struct UV_ORDER_R { /* private fields */ }

Implementations§

source§

impl UV_ORDER_R

source

pub fn variant(&self) -> UV_ORDER_A

Get enumerated values variant

source

pub fn is_c_b(&self) -> bool

Checks if the value of the field is C_B

source

pub fn is_c_r(&self) -> bool

Checks if the value of the field is C_R