1MP4(3)                      MP4 File Format Library                     MP4(3)
2
3
4

NAME

6       MP4GetSampleSync - Get the state of the sample sync flag
7

SYNTAX

9       #include <mp4.h>
10
11       u_int32_t MP4GetSampleSize(
12            MP4FileHandle hFile,
13            MP4TrackId trackId,
14            MP4SampleId sampleId
15       );
16

ARGUMENTS

18       hFile  Specifies the mp4 file to which the operation applies.
19
20       trackId
21              Specifies the track to which the operation applies.
22
23       sampleId
24              Specifies the sample to which the operation applies. Caveat: the
25              first sample has id 1 not 0.
26
27

RETURN VALUES

29       Upon success, the state of the sync flag, either true (1) or false (0).
30       Upon an error, -1.
31

DESCRIPTION

33       MP4GetSampleSync  returns  the  state of the sync/random access flag of
34       the specified sample from the specified track.
35

SEE ALSO

37       MP4(3)
38
39
40
41Cisco Systems Inc.                Version 0.9                           MP4(3)
Impressum