MP4GetAudioProfileLevel - Man Page
Gets the minimum MPEG-4 audio profile and level required to render the contents of the file
Syntax
#include <mp4.h>
u_int8_t MP4GetAudioProfileLevel(
MP4FileHandle hFile
)
Arguments
- hFile
Specifies the mp4 file to which the operation applies.
Return Values
The current audio profile/level for the file. See MP4SetAudioProfileLevel() for known values.
Description
MP4GetAudioProfileLevel returns the minumum profile/level of MPEG-4 audio support necessary to render the contents of the file.
See Also
Referenced By
Version 0.9 Cisco Systems Inc. MP4 File Format Library