1MP4(3) MP4 File Format Library MP4(3)
2
3
4
6 MP4GetHintTrackReferenceTrackId - Get the reference track id for a hint
7 track
8
10 #include <mp4.h>
11
12 MP4TrackId MP4GetHintTrackReferenceTrackId(
13 MP4FileHandle hFile,
14 MP4TrackId hintTrackId
15 )
16
18 hFile Specifies the mp4 file to which the operation applies.
19
20 hintTrackId
21 Specifies the hint track to which the operation applies.
22
24 Upon success, the track id of the reference media track. Upon an error,
25 MP4_INVALID_TRACK_ID.
26
27
29 MP4GetHintTrackReferenceTrackId gets the track id of the reference
30 media track associated with the specified hint track.
31
33 MP4(3) MP4AddHintTrack(3)
34
35
36
37Cisco Systems Inc. Version 0.9 MP4(3)