Method procedure ALCompression.TALCompressionFormat.SetFormat(Pointer;Integer)

From Mitov Wiki Doc
Jump to: navigation, search

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 SetFormat( AFormatData : Pointer, AFormatSize : Integer );

C++ Builder:

void __fastcall SetFormat( Pointer AFormatData, int AFormatSize );

Visual C++ (MFC):

void SetFormat( void * AFormatData, int AFormatSize );

Summary

Sets the compression configuration data from a provided buffer.

Description

Call this method to set the compression configuration data from a provided buffer.

Parameters

Parameter Description
AFormatData Buffer to copy the data from.
AFormatSize Size of the buffer in bytes.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox