codecUtilsH264GetLevel
fn
string codecUtilsH264GetLevel(ubyte[] 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 [gstpbutils.global.codecUtilsH264GetProfile].
Parameters
sps | Pointer to the sequence parameter set for the stream. |
Returns
The level as a const string, or null if there is an error.