Skip to main content

StdVideoAV1SequenceHeaderFlags

Struct StdVideoAV1SequenceHeaderFlags 

Source
pub struct StdVideoAV1SequenceHeaderFlags { /* private fields */ }
Expand description

struct StdVideoAV1SequenceHeaderFlags from vulkan_video_codec_av1std

Implementations§

Source§

impl StdVideoAV1SequenceHeaderFlags

Source

pub fn get_still_picture(&self) -> u32

Source

pub fn set_still_picture(&mut self, value: u32)

Source

pub fn get_reduced_still_picture_header(&self) -> u32

Source

pub fn set_reduced_still_picture_header(&mut self, value: u32)

Source

pub fn get_use_128x128_superblock(&self) -> u32

Source

pub fn set_use_128x128_superblock(&mut self, value: u32)

Source

pub fn get_enable_filter_intra(&self) -> u32

Source

pub fn set_enable_filter_intra(&mut self, value: u32)

Source

pub fn get_enable_intra_edge_filter(&self) -> u32

Source

pub fn set_enable_intra_edge_filter(&mut self, value: u32)

Source

pub fn get_enable_interintra_compound(&self) -> u32

Source

pub fn set_enable_interintra_compound(&mut self, value: u32)

Source

pub fn get_enable_masked_compound(&self) -> u32

Source

pub fn set_enable_masked_compound(&mut self, value: u32)

Source

pub fn get_enable_warped_motion(&self) -> u32

Source

pub fn set_enable_warped_motion(&mut self, value: u32)

Source

pub fn get_enable_dual_filter(&self) -> u32

Source

pub fn set_enable_dual_filter(&mut self, value: u32)

Source

pub fn get_enable_order_hint(&self) -> u32

Source

pub fn set_enable_order_hint(&mut self, value: u32)

Source

pub fn get_enable_jnt_comp(&self) -> u32

Source

pub fn set_enable_jnt_comp(&mut self, value: u32)

Source

pub fn get_enable_ref_frame_mvs(&self) -> u32

Source

pub fn set_enable_ref_frame_mvs(&mut self, value: u32)

Source

pub fn get_frame_id_numbers_present_flag(&self) -> u32

Source

pub fn set_frame_id_numbers_present_flag(&mut self, value: u32)

Source

pub fn get_enable_superres(&self) -> u32

Source

pub fn set_enable_superres(&mut self, value: u32)

Source

pub fn get_enable_cdef(&self) -> u32

Source

pub fn set_enable_cdef(&mut self, value: u32)

Source

pub fn get_enable_restoration(&self) -> u32

Source

pub fn set_enable_restoration(&mut self, value: u32)

Source

pub fn get_film_grain_params_present(&self) -> u32

Source

pub fn set_film_grain_params_present(&mut self, value: u32)

Source

pub fn get_timing_info_present_flag(&self) -> u32

Source

pub fn set_timing_info_present_flag(&mut self, value: u32)

Source

pub fn get_initial_display_delay_present_flag(&self) -> u32

Source

pub fn set_initial_display_delay_present_flag(&mut self, value: u32)

Source

pub fn get_reserved(&self) -> u32

Source

pub fn set_reserved(&mut self, value: u32)

Trait Implementations§

Source§

impl Clone for StdVideoAV1SequenceHeaderFlags

Source§

fn clone(&self) -> StdVideoAV1SequenceHeaderFlags

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for StdVideoAV1SequenceHeaderFlags

Source§

impl Debug for StdVideoAV1SequenceHeaderFlags

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.