1MP4(3) MP4 File Format Library MP4(3)
2
3
4
6 MP4GetRtpPacketTransmitOffset - Get the transmit offset of an RTP
7 packet
8
10 #include <mp4.h>
11
12 int32_t MP4GetRtpPacketTransmitOffset(
13 MP4FileHandle hFile,
14 MP4TrackId hintTrackId,
15 u_int16_t packetIndex
16 )
17
19 hFile Specifies the mp4 file to which the operation applies.
20
21 hintTrackId
22 Specifies the hint track to which the operation applies.
23
24 packetIndex
25 Specifies the packet to which the operation applies.
26
28 The transmit offset for the specified packet in the hint track
29 timescale.
30
32 MP4GetRtpPacketTransmitOffset returns the transmit offset of an RTP
33 packet. This offset may be set by some hinters to smooth out the packet
34 transmission times and reduce network burstiness. A transmitter would
35 need to apply this offset to the calculated transmission time based on
36 the hint start time.
37
38
40 MP4(3) MP4AddRtpPacket(3) MP4ReadRtpPacket(3)
41
42
43
44Cisco Systems Inc. Version 0.9 MP4(3)