MP4
MP4
Section: MP4 File Format Library (3) Updated: Version 0.9 Local index
Up
NAME
MP4GetSampleSize - Get the size of a track sample
SYNTAX
#include <mp4.h>
u_int32_t MP4GetSampleSize(
MP4FileHandle hFile,
MP4TrackId trackId,
MP4SampleId sampleId
);
ARGUMENTS
- hFile
-
Specifies the mp4 file to which the operation applies.
- trackId
-
Specifies the track to which the operation applies.
- sampleId
-
Specifies the sample to which the operation applies. Caveat: the first sample has id 1 not 0.
RETURN VALUES
Upon success, the sample size in bytes. Upon an error, 0.
DESCRIPTION
MP4GetSampleSize returns the size in bytes of the specified sample from the specified track.
SEE ALSO
MP4(3)
Index
- NAME
-
- SYNTAX
-
- ARGUMENTS
-
- RETURN VALUES
-
- DESCRIPTION
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 21:50:32 GMT, April 16, 2011