mp4getodprofilelevel(3) - Linux man page

Name

MP4GetODProfileLevel - Gets the minimum MPEG-4 object descriptor profile and level required to render the contents of the file

Syntax

#include <mp4.h>

u_int8_t MP4GetODProfileLevel(
MP4FileHandle hFile

)

Arguments

hFile
Specifies the mp4 file to which the operation applies.

Return Values

The current object descriptor profile/level for the file. See MP4SetODProfileLevel() for known values.

Description

MP4GetODProfileLevel returns the minumum profile/level of MPEG-4 object descriptor support necessary to render the contents of the file.

See Also

mp4(3) mp4setodprofilelevel(3)