codecUtilsH265CapsSetLevelTierAndProfile

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.

bool
codecUtilsH265CapsSetLevelTierAndProfile

Parameters

caps gst.caps.Caps

the #GstCaps to which the level, tier and profile are to be added

profileTierLevel ubyte[]

Pointer to the profile_tier_level struct

Return Value

Type: bool

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