pub struct VuiParams { /* private fields */ }
Implementations§
source§impl VuiParams
impl VuiParams
pub fn aspect_ratio_info_present_flag(&self) -> bool
pub fn aspect_ratio_idc(&self) -> u8
pub fn sar_width(&self) -> u16
pub fn sar_height(&self) -> u16
pub fn overscan_info_present_flag(&self) -> bool
pub fn overscan_appropriate_flag(&self) -> bool
pub fn video_signal_type_present_flag(&self) -> bool
pub fn video_format(&self) -> u8
pub fn video_full_range_flag(&self) -> bool
pub fn colour_description_present_flag(&self) -> bool
pub fn colour_primaries(&self) -> u8
pub fn transfer_characteristics(&self) -> u8
pub fn matrix_coefficients(&self) -> u8
pub fn chroma_loc_info_present_flag(&self) -> bool
pub fn chroma_sample_loc_type_top_field(&self) -> u8
pub fn chroma_sample_loc_type_bottom_field(&self) -> u8
pub fn timing_info_present_flag(&self) -> bool
pub fn num_units_in_tick(&self) -> u32
pub fn time_scale(&self) -> u32
pub fn fixed_frame_rate_flag(&self) -> bool
pub fn nal_hrd_parameters_present_flag(&self) -> bool
pub fn nal_hrd_parameters(&self) -> &HrdParams
pub fn vcl_hrd_parameters_present_flag(&self) -> bool
pub fn vcl_hrd_parameters(&self) -> &HrdParams
pub fn low_delay_hrd_flag(&self) -> bool
pub fn pic_struct_present_flag(&self) -> bool
pub fn bitstream_restriction_flag(&self) -> bool
pub fn motion_vectors_over_pic_boundaries_flag(&self) -> bool
pub fn max_bytes_per_pic_denom(&self) -> u32
pub fn max_bits_per_mb_denom(&self) -> u32
pub fn log2_max_mv_length_horizontal(&self) -> u32
pub fn log2_max_mv_length_vertical(&self) -> u32
pub fn max_num_reorder_frames(&self) -> u32
pub fn max_dec_frame_buffering(&self) -> u32
Trait Implementations§
source§impl PartialEq<VuiParams> for VuiParams
impl PartialEq<VuiParams> for VuiParams
impl Eq for VuiParams
impl StructuralEq for VuiParams
impl StructuralPartialEq for VuiParams
Auto Trait Implementations§
impl RefUnwindSafe for VuiParams
impl Send for VuiParams
impl Sync for VuiParams
impl Unpin for VuiParams
impl UnwindSafe for VuiParams
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