pub struct VideoEncodeAV1CapabilitiesKHRBuilder<'a> { /* private fields */ }Expand description
Builder for VideoEncodeAV1CapabilitiesKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> VideoEncodeAV1CapabilitiesKHRBuilder<'a>
impl<'a> VideoEncodeAV1CapabilitiesKHRBuilder<'a>
pub fn flags(self, value: VideoEncodeAV1CapabilityFlagsKHR) -> Self
pub fn max_level(self, value: StdVideoAV1Level) -> Self
pub fn coded_picture_alignment(self, value: Extent2D) -> Self
pub fn max_tiles(self, value: Extent2D) -> Self
pub fn min_tile_size(self, value: Extent2D) -> Self
pub fn max_tile_size(self, value: Extent2D) -> Self
pub fn superblock_sizes( self, value: VideoEncodeAV1SuperblockSizeFlagsKHR, ) -> Self
pub fn max_single_reference_count(self, value: u32) -> Self
pub fn single_reference_name_mask(self, value: u32) -> Self
pub fn max_unidirectional_compound_reference_count(self, value: u32) -> Self
pub fn max_unidirectional_compound_group1_reference_count( self, value: u32, ) -> Self
pub fn unidirectional_compound_reference_name_mask(self, value: u32) -> Self
pub fn max_bidirectional_compound_reference_count(self, value: u32) -> Self
pub fn max_bidirectional_compound_group1_reference_count( self, value: u32, ) -> Self
pub fn max_bidirectional_compound_group2_reference_count( self, value: u32, ) -> Self
pub fn bidirectional_compound_reference_name_mask(self, value: u32) -> Self
pub fn max_temporal_layer_count(self, value: u32) -> Self
pub fn max_spatial_layer_count(self, value: u32) -> Self
pub fn max_operating_points(self, value: u32) -> Self
pub fn min_q_index(self, value: u32) -> Self
pub fn max_q_index(self, value: u32) -> Self
pub fn prefers_gop_remaining_frames(self, value: bool) -> Self
pub fn requires_gop_remaining_frames(self, value: bool) -> Self
pub fn std_syntax_flags(self, value: VideoEncodeAV1StdFlagsKHR) -> Self
Trait Implementations§
Source§impl<'a> Deref for VideoEncodeAV1CapabilitiesKHRBuilder<'a>
impl<'a> Deref for VideoEncodeAV1CapabilitiesKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for VideoEncodeAV1CapabilitiesKHRBuilder<'a>
impl<'a> RefUnwindSafe for VideoEncodeAV1CapabilitiesKHRBuilder<'a>
impl<'a> !Send for VideoEncodeAV1CapabilitiesKHRBuilder<'a>
impl<'a> !Sync for VideoEncodeAV1CapabilitiesKHRBuilder<'a>
impl<'a> Unpin for VideoEncodeAV1CapabilitiesKHRBuilder<'a>
impl<'a> UnsafeUnpin for VideoEncodeAV1CapabilitiesKHRBuilder<'a>
impl<'a> UnwindSafe for VideoEncodeAV1CapabilitiesKHRBuilder<'a>
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