1MP4(3) MP4 File Format Library MP4(3)
2
3
4
6 MP4SetHintTrackSdp - Set the SDP media level description of the hint
7 track
8
10 #include <mp4.h>
11
12 bool MP4SetHintTrackSdp(
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 new value of the hint track sdp string.
22
24 Upon success, true (1). Upon an error, false (0).
25
27 MP4SetHintTrackSdp sets the SDP (IETF RFC 2327) media level fragment
28 for the hint track. This is used by a streaming server to create a com‐
29 plete SDP description of the multimedia session represented by the
30 file.
31
32
34 MP4(3) MP4GetHintTrackSdp(3) MP4AppendHintTrackSdp(3)
35
36
37
38Cisco Systems Inc. Version 0.9 MP4(3)