MP4AddRtpESConfigurationPacket - Man Page

Add ES configuration information to an RTP hint

Syntax

#include <mp4.h>

bool MP4AddRtpESConfigurationPacket(
MP4FileHandle hFile,
MP4TrackId trackId
);

Arguments

hFile

Specifies the mp4 file to which the operation applies.

trackId

Specifies the hint track to which the operation applies.

Return Values

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

Description

MP4AddRtpESConfigurationPacket adds a packet to the current RTP hint that contains a copy of the elementary stream configuration information of the reference media track. Some RTP payloads require this information to be transmitted at the start of streaming or periodically during streaming.

See Also

MP4(3) MP4SetTrackESConfiguration(3)

Info

Version 0.9 Cisco Systems Inc. MP4 File Format Library