get_profile


Description:

[ CCode ( cname = "gst_codec_utils_mpeg4video_get_profile" ) ]
public unowned string? get_profile (uint8[] vis_obj_seq)

Converts the profile indication in the stream's visual object sequence into a string.

vis_obj_seq is expected to be the data following the visual object sequence start code. Only the first byte (profile_and_level_indication) is used.

Parameters:

vis_obj_seq

Pointer to the visual object sequence for the stream.

len

Length of the data available in sps.

Returns:

The profile as a const string, or NULL if there is an error.