MP4GetVideoProfileLevel - Man Page

Gets the minimum MPEG-4 video profile and level required to render the contents of the file

Syntax

#include <mp4.h>

u_int8_t MP4GetVideoProfileLevel(
       MP4FileHandle hFile
)

Arguments

hFile

Specifies the mp4 file to which the operation applies.

Return Values

The current video profile/level for the file. See MP4SetVideoProfileLevel() for known values.

Description

MP4GetVideoProfileLevel returns the minumum profile/level of MPEG-4 video support necessary to render the contents of the file.

See Also

MP4(3) MP4SetVideoProfileLevel(3)

Referenced By

MP4SetVideoProfileLevel(3).

Version 0.9 Cisco Systems Inc. MP4 File Format Library