blob: ba136633c6e6ff13ce24513580b369a53c6983fc [file] [log] [blame]
.TH "MP4" "3" "Version 0.9" "Cisco Systems Inc." "MP4 File Format Library"
.SH "NAME"
.LP
\fBMP4GetODProfileLevel\fR \- Gets the minimum MPEG\-4 object descriptor profile and level required to render the contents of the file
.SH "SYNTAX"
.LP
#include <mp4.h>
.LP
u_int8_t \fBMP4GetODProfileLevel\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 object descriptor profile/level for the file. See MP4SetODProfileLevel() for known values.
.SH "DESCRIPTION"
.LP
\fBMP4GetODProfileLevel\fR returns the minumum profile/level of MPEG\-4 object descriptor support necessary to render the contents of the file.
.SH "SEE ALSO"
.LP
MP4(3) MP4SetODProfileLevel(3)