Function

GstPbutils-1.0GstPbutilscodec_utils_h265_get_levelSince 1.4

  • Converts the level indication (general_level_idc) in the stream's profile_tier_level structure into a string. The profiel_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 level as a const string, or null if there is an error.

    1.4