StarBurn SDK (Software Development Kit)
ContentsIndexHome
PreviousUpNext
StarBurn_StarWave_CompressedFileWriterObjectWrite Function
C++
__stdcall STARBURN_IMPEX_API ULONG StarBurn_StarWave_CompressedFileWriterObjectWrite(OUT PVOID p__PVOID__CompressedFileWriterObject, IN PVOID p__PVOID__WriterDataBuffer, IN ULONG p__ULONG__WriterSizeInUCHARs);
Parameters 
Description 
OUT PVOID p__PVOID__CompressedFileWriterObject 
Pointer to compressed file writer object.
 
IN PVOID p__PVOID__WriterDataBuffer 
Pointer to data buffer to write.
 
p__ULONG__WriteSizeInUCHARs 
Data buffer to write size in UCHARs. 

Execution status.

This function writes uncompressed data chunk to compressed file writer object.

None.

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