codecUtilsH265GetTier

Converts the tier indication (general_tier_flag) in the stream's profile_tier_level structure into a string. The profile_tier_level is expected to have the same format as for gstpbutils.global.codecUtilsH264GetProfile.

string
codecUtilsH265GetTier

Parameters

profileTierLevel ubyte[]

Pointer to the profile_tier_level for the stream.

Return Value

Type: string

The tier as a const string, or null if there is an error.