MediaSampleInfoDataStore::findChunk Method

Returns the specified chunk.
Syntax:
template<class TStruct> const TStruct*  findChunk( uint32_t chunk_id ) const;


template<class TStruct> const TStruct*  findChunk() const;

Return value:

Either a pointer to the specified struct type or NULL.

See also: MediaSampleInfoDataStore

<< MediaSampleInfoDataStore