Struct ash::vk::VideoEncodeH265RateControlInfoEXTBuilder
source · #[repr(transparent)]pub struct VideoEncodeH265RateControlInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> VideoEncodeH265RateControlInfoEXTBuilder<'a>
impl<'a> VideoEncodeH265RateControlInfoEXTBuilder<'a>
pub fn gop_frame_count(self, gop_frame_count: u32) -> Self
pub fn idr_period(self, idr_period: u32) -> Self
pub fn consecutive_b_frame_count(self, consecutive_b_frame_count: u32) -> Self
pub fn rate_control_structure( self, rate_control_structure: VideoEncodeH265RateControlStructureFlagsEXT ) -> Self
pub fn sub_layer_count(self, sub_layer_count: u8) -> Self
sourcepub fn build(self) -> VideoEncodeH265RateControlInfoEXT
pub fn build(self) -> VideoEncodeH265RateControlInfoEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.