MP4SetODProfileLevel - Man Page

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

Syntax

#include <mp4.h>

bool MP4SetODProfileLevel(
       MP4FileHandle hFile,
       u_int8_t profileLevel
)

Arguments

hFile

Specifies the mp4 file to which the operation applies.

Return Values

Upon success, true (1). Upon an error, false (0).

Description

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

ISO/IEC 14496-1:2001 MPEG-4 Systems defines the following values:
0x00 Reserved
0x01-0x7F Reserved
0x80-0xFD User private
0xFE No object descriptor profile specified
0xFF No object descriptor required

See Also

MP4(3) MP4GetODProfileLevel(3)

Referenced By

MP4GetODProfileLevel(3).

Version 0.9 Cisco Systems Inc. MP4 File Format Library