blob: eaf5a880e4da86e9c572b8be69fb95afc1d5c69a [file] [log] [blame]
.TH "MP4" "3" "Version 0.9" "Cisco Systems Inc." "MP4 File Format Library"
.SH "NAME"
.LP
\fBMP4GetAudioProfileLevel\fR \- Gets the minimum MPEG\-4 audio profile and level required to render the contents of the file
.SH "SYNTAX"
.LP
#include <mp4.h>
.LP
u_int8_t \fBMP4GetAudioProfileLevel\fR(
.br
MP4FileHandle \fIhFile\fP
.br
)
.SH "ARGUMENTS"
.LP
.TP
\fIhFile\fP
Specifies the mp4 file to which the operation applies.
.SH "RETURN VALUES"
.LP
The current audio profile/level for the file. See MP4SetAudioProfileLevel() for known values.
.SH "DESCRIPTION"
.LP
\fBMP4GetAudioProfileLevel\fR returns the minumum profile/level of MPEG\-4 audio support necessary to render the contents of the file.
.SH "SEE ALSO"
.LP
MP4(3) MP4SetAudioProfileLevel(3)