mvGetTrackMaxDataSize(3dm) mvGetTrackMaxDataSize(3dm)
mvGetTrackMaxDataSize, mvGetTrackMaxFieldSize - convenience function to
get the max data size of a track
#include <dmedia/moviefile.h>
size_t *size mvGetTrackMaxDataSize( MVid track);
size_t *size mvGetTrackMaxFieldSize( MVid track );
These are convenience functions to allow applications that are sensitive
to memory allocation to preallocate the worst case data size.
mvGetTrackMaxDataSize returns in size the maximum data size of all the
chunks in the data.
mvGetTrackMaxFieldDataSize returns in size the maximum size of a field
among all the fields with field information in a track.
mvGetTrackDataFieldInfo(3dm), mvSetTrackDataFieldInfo(3dm),
mvTrackDataHasFieldInfo(3dm), mvReadTrackDataFields(3dm),
mvInsertTrackDataFields(3dm).
PPPPaaaaggggeeee 1111 [ Back ]
|