get_level


Description:

[ CCode ( cname = "gst_codec_utils_h264_get_level" ) ]
public unowned string? get_level (uint8[] sps)

Converts the level indication (level_idc) in the stream's sequence parameter set into a string.

The SPS is expected to have the same format as for get_profile.

Parameters:

sps

Pointer to the sequence parameter set for the stream.

len

Length of the data available in sps.

Returns:

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