Function

GstPbutils-1.0GstPbutilscodec_utils_h265_caps_set_level_tier_and_profileSince 1.4

  • Sets the level, tier and profile in caps if it can be determined from profile_tier_level. See gst_codec_utils_h265_get_level(), gst_codec_utils_h265_get_tier() and gst_codec_utils_h265_get_profile() for more details on the parameters.

    Parameters

    • caps: Gst.Caps

      the Gst.Caps to which the level, tier and profile are to be added

    • profile_tier_level: string | Uint8Array<ArrayBufferLike>

      Pointer to the profile_tier_level struct

    Returns boolean

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

    1.4