1MP4(3) MP4 File Format Library MP4(3)
2
3
4
6 MP4FindTrackIndex - Find a track index
7
9 #include <mp4.h>
10
11 u_int16_t MP4FindTrackIndex(
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 track for which the index is desired.
21
22
24 Upon success, the track index of the specified track. Upon an error,
25 0xFFFF.
26
27
29 MP4FindTrackIndex gets the index of the track with the specified track
30 id.
31
33 MP4(3) MP4FindTrackId(3)
34
35
36
37Cisco Systems Inc. Version 0.9 MP4(3)