pub struct VideoDecodeH264SessionParametersCreateInfoEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> VideoDecodeH264SessionParametersCreateInfoEXTBuilder<'a>
impl<'a> VideoDecodeH264SessionParametersCreateInfoEXTBuilder<'a>
pub fn max_std_sps_count(
self,
max_std_sps_count: u32
) -> VideoDecodeH264SessionParametersCreateInfoEXTBuilder<'a>
pub fn max_std_pps_count(
self,
max_std_pps_count: u32
) -> VideoDecodeH264SessionParametersCreateInfoEXTBuilder<'a>
pub fn parameters_add_info(
self,
parameters_add_info: &'a VideoDecodeH264SessionParametersAddInfoEXT
) -> VideoDecodeH264SessionParametersCreateInfoEXTBuilder<'a>
sourcepub fn build(self) -> VideoDecodeH264SessionParametersCreateInfoEXT
pub fn build(self) -> VideoDecodeH264SessionParametersCreateInfoEXT
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.
Trait Implementations§
source§impl<'a> Deref for VideoDecodeH264SessionParametersCreateInfoEXTBuilder<'a>
impl<'a> Deref for VideoDecodeH264SessionParametersCreateInfoEXTBuilder<'a>
§type Target = VideoDecodeH264SessionParametersCreateInfoEXT
type Target = VideoDecodeH264SessionParametersCreateInfoEXT
The resulting type after dereferencing.