Function

GstPbutils-1.0GstPbutilscodec_utils_h265_get_tierSince 1.4

  • 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 gst_codec_utils_h264_get_profile().

    Parameters

    • profile_tier_level: string | Uint8Array<ArrayBufferLike>

      Pointer to the profile_tier_level for the stream.

    Returns string

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

    1.4