codecUtilsH265CapsSetLevelTierAndProfile

fnbool 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

capsthe #GstCaps to which the level, tier and profile are to be added
profileTierLevelPointer to the profile_tier_level struct

Returns

true if the level, tier, profile could be set, false otherwise.