pub struct VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a>
impl<'a> VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a>
pub fn std_sp_ss(
self,
std_sp_ss: &'a [StdVideoH264SequenceParameterSet]
) -> VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a>
pub fn std_pp_ss(
self,
std_pp_ss: &'a [StdVideoH264PictureParameterSet]
) -> VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a>
sourcepub fn build(self) -> VideoDecodeH264SessionParametersAddInfoEXT
pub fn build(self) -> VideoDecodeH264SessionParametersAddInfoEXT
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 VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a>
impl<'a> Deref for VideoDecodeH264SessionParametersAddInfoEXTBuilder<'a>
§type Target = VideoDecodeH264SessionParametersAddInfoEXT
type Target = VideoDecodeH264SessionParametersAddInfoEXT
The resulting type after dereferencing.