Method procedure ALSimpleAudioBuffer.IALAudioBuffer.SetItem(Cardinal;Cardinal;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: IALAudioBuffer

Contents

Syntax

Delphi:

procedure SetItem( Index : Cardinal, Channel : Cardinal, AValue : Integer );

C++ Builder:

void __fastcall SetItem( unsigned int Index, unsigned int Channel, int AValue );

Visual C++ (MFC):

' SetItem( Index, Channel, AValue );

Summary

Sets value to individual sample of individual audio channel of the audio data buffer.

Description

Call this method to set value to individual sample of individual audio channel of the audio data buffer.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox