Struct ash::vk::VideoEncodeH265RateControlLayerInfoEXT
source · #[repr(C)]pub struct VideoEncodeH265RateControlLayerInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub temporal_id: u8,
pub use_initial_rc_qp: Bool32,
pub initial_rc_qp: VideoEncodeH265QpEXT,
pub use_min_qp: Bool32,
pub min_qp: VideoEncodeH265QpEXT,
pub use_max_qp: Bool32,
pub max_qp: VideoEncodeH265QpEXT,
pub use_max_frame_size: Bool32,
pub max_frame_size: VideoEncodeH265FrameSizeEXT,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§temporal_id: u8
§use_initial_rc_qp: Bool32
§initial_rc_qp: VideoEncodeH265QpEXT
§use_min_qp: Bool32
§min_qp: VideoEncodeH265QpEXT
§use_max_qp: Bool32
§max_qp: VideoEncodeH265QpEXT
§use_max_frame_size: Bool32
§max_frame_size: VideoEncodeH265FrameSizeEXT
Implementations§
source§impl VideoEncodeH265RateControlLayerInfoEXT
impl VideoEncodeH265RateControlLayerInfoEXT
pub fn builder<'a>() -> VideoEncodeH265RateControlLayerInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for VideoEncodeH265RateControlLayerInfoEXT
impl Clone for VideoEncodeH265RateControlLayerInfoEXT
source§fn clone(&self) -> VideoEncodeH265RateControlLayerInfoEXT
fn clone(&self) -> VideoEncodeH265RateControlLayerInfoEXT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more