Method procedure ALCompression.TALCompressionFormat.GetFormat(Pointer;Integer)
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TALCompressionFormat
Contents |
Syntax
Delphi:
procedure GetFormat( AFormatData : Pointer, AFormatSize : Integer );
C++ Builder:
void __fastcall GetFormat( Pointer AFormatData, int AFormatSize );
Visual C++ (MFC):
void GetFormat( void * AFormatData, int AFormatSize );
Summary
Copies the compression configuration data to a provided buffer.
Description
Call this method to get the compression configuration data to a provided buffer.
Parameters
Parameter | Description |
---|---|
AFormatData | Buffer to copy the data to. |
AFormatSize | Size of the buffer in bytes. |