MP4GetRtpHintNumberOfPackets - Man Page

Get the number of packets in an RTP hint

Syntax

#include <mp4.h>

u_int16_t MP4GetRtpHintNumberOfPackets(
MP4FileHandle hFile,
MP4TrackId hintTrackId
)

Arguments

hFile

Specifies the mp4 file to which the operation applies.

hintTrackId

Specifies the hint track to which the operation applies.

Return Values

Upon success, the number of packets in the current RTP hint. Upon an error, 0.

Description

MP4GetRtpHintNumberOfPackets returns the number of packets contained in the current RTP hint as established by a call to MP4ReadRtpHint().

See Also

MP4(3) MP4ReadRtpHint(3)

Info

Version 0.9 Cisco Systems Inc. MP4 File Format Library