Method function ALSimpleAudioBuffer.IALAudioBuffer.GetDataStep() : Cardinal
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: IALAudioBuffer
Contents |
Syntax
Delphi:
function GetDataStep() : Cardinal;
C++ Builder:
unsigned int __fastcall GetDataStep();
Visual C++ (MFC):
GetDataStep();
Summary
Returns the step in bytes between each 2 audio samples.
Description
Call this method to get the step in bytes between each 2 audio samples. Usually it is the size of a single sample.