1MP4(3) MP4 File Format Library MP4(3)
2
3
4
6 MP4AddRtpHint - Add an RTP hint
7
9 #include <mp4.h>
10
11 bool MP4AddRtpHint(
12 MP4FileHandle hFile,
13 MP4TrackId trackId
14 );
15
17 hFile Specifies the mp4 file to which the operation applies.
18
19 trackId
20 Specifies the hint track to which the operation applies.
21
22
24 Upon success, true (1). Upon an error, false (0).
25
27 MP4AddRtpHint creates a new hint sample for the specified hint track
28 and enables subsequent calls to MP4AddRtpPacket() to create the RTP
29 packets associated with this hint. After all the RTP packets for the
30 hint have been created, MP4WriteRtpHint() should be called to write the
31 hint to the track.
32
34 MP4(3) MP4AddRtpPacket(3) MP4WriteRtpHint (3)
35
36
37
38Cisco Systems Inc. Version 0.9 MP4(3)