codecUtilsH265CapsSetLevelTierAndProfile
fn
bool codecUtilsH265CapsSetLevelTierAndProfile(gst.caps.Caps caps, ubyte[] profileTierLevel)Sets the level, tier and profile in caps if it can be determined from profile_tier_level. See gstpbutils.global.codecUtilsH265GetLevel, gstpbutils.global.codecUtilsH265GetTier and gstpbutils.global.codecUtilsH265GetProfile for more details on the parameters.
Parameters
caps | the #GstCaps to which the level, tier and profile are to be added |
profileTierLevel | Pointer to the profile_tier_level struct |
Returns
true if the level, tier, profile could be set, false otherwise.