StarBurn SDK (Software Development Kit)
ContentsIndexHome
PreviousUpNext
StarBurn_StarWave_CompressedFileReaderObjectBeginSeek Function
C++
__stdcall STARBURN_IMPEX_API ULONG StarBurn_StarWave_CompressedFileReaderObjectBeginSeek(IN PVOID p__PVOID__CompressedFileReaderObject);
Parameters 
Description 
IN PVOID p__PVOID__CompressedFileReaderObject 
Pointer to compressed file reader object. 

Execution status.

This function seeks all of the internal object pointers to the very beginning of it so following read operations would start from the very beginning instead of the currently set position.

None.

See AudioCompressor StarBurn sample application as an example how to use StarBurn_StarWave_CompressedFileReaderObjectBeginSeek API call.