1MP4(3) MP4 File Format Library MP4(3)
2
3
4
6 MP4AppendHintTrackSdp - Add to the SDP media level description of the
7 hint track
8
10 #include <mp4.h>
11
12 bool MP4AppendHintTrackSdp(
13 MP4FileHandle hFile,
14 const char* sdpString
15 )
16
18 hFile Specifies the mp4 file to which the operation applies.
19
20 sdpString
21 Specifies the addition to the hint track sdp string.
22
24 Upon success, true (1). Upon an error, false (0).
25
27 MP4AppendHintTrackSdp appends the specified string to the SDP (IETF RFC
28 2327) media level fragment for the hint track. This is used by a
29 streaming server to create a complete SDP description of the multimedia
30 session represented by the file.
31
32
34 MP4(3) MP4GetHintTrackSdp(3) MP4SetHintTrackSdp(3)
35
36
37
38Cisco Systems Inc. Version 0.9 MP4(3)