MP4GetRtpTimestampStart - Man Page

Get the RTP start time of a hint track

Syntax

#include <mp4.h>

MP4Timestamp MP4GetRtpTimestampStart(
MP4FileHandle hFile,
MP4TrackId hintTrackId
);

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, the RTP start time in the RTP time scale which is identical to the hint track time scale. Upon an error, MP4_INVALID_TIMESTAMP.

Description

MP4GetRtpTimestampStart returns the RTP timestamp start of the specified hint track. Typically this is a random value that is chosen when the first RTP packet is constructed by the MP4 library. However the  value can be set explicitly for the hint track and stored. Typically this is used if it is desired that timestamps start at zero.

An application will need this value in order to construct RTCP Sender Reports that relate the hint track time to an real time clock. The mp4broadcaster test program provided with the MP4 library gives an example of this.

See IETF RFC 1889 for details regarding RTP timestamps and RTCP.

See Also

MP4(3) MP4SetRtpTimestampStart(3)

Referenced By

MP4SetRtpTimestampStart(3).

Version 0.9 Cisco Systems Inc. MP4 File Format Library