StarBurn SDK (Software Development Kit)
ContentsIndexHome
PreviousUpNext
StarBurn_StarWave_CompressedFileWriterObjectCreate Function
C++
__stdcall STARBURN_IMPEX_API ULONG StarBurn_StarWave_CompressedFileWriterObjectCreate(OUT PVOID * p__PPVOID__CompressedFileWriterObject, IN PCHAR p__PCHAR__CompressedFileName, IN STARBURN_STARWAVE_COMPRESSION p__STARBURN_STARWAVE_COMPRESSION);
Parameters 
Description 
OUT PVOID * p__PPVOID__CompressedFileWriterObject 
Pointer to pointer to compressed file writer object.
 
IN PCHAR p__PCHAR__CompressedFileName 
Pointer to compressed file name.
 
IN STARBURN_STARWAVE_COMPRESSION p__STARBURN_STARWAVE_COMPRESSION 
Compression template. 

Execution status.

This function creates compressed file writer object.

None.

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