Skip to content

RawAudioSampleCapture

property

Delphi
property RawAudioSampleCapture: Boolean read GetRawAudioSampleCapture write SetRawAudioSampleCapture default DEF_RawAudioSampleCapture;
C++Builder
__property bool RawAudioSampleCapture = {read=GetRawAudioSampleCapture, write=SetRawAudioSampleCapture, default=0};
C#
public bool RawAudioSampleCapture { get; set; }
VB.NET
Public Property RawAudioSampleCapture As Boolean
C++/Qt
BOOL GetRawAudioSampleCapture ();
void SetRawAudioSampleCapture (BOOL Value);

Used to enable / disable the capture of each raw audio sample coming out of the audio source. Each audio sample will be returned by the OnRawAudioSample event.