TVideoGrabber.RawAudioSampleCapture

Prev

Next

TVideoGrabber

Properties

 




































































































Enables/disables the capture of the raw audio samples.


Declaration
property RawAudioSampleCapture: Boolean read GetRawAudioSampleCapture write SetRawAudioSampleCapture default DEF_RawAudioSampleCapture;


__property bool RawAudioSampleCapture=read=GetRawAudioSampleCapture, write=SetRawAudioSampleCapture, default=0


Property RawAudioSampleCapture As Boolean

Description

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.


See Also
TOnRawSample OnRawAudioSample OnRawVideoSample RawCaptureAsyncEvent RawVideoSampleCapture