Audio Capture ActiveX Control

SampleBufferMode

 

Enable/Disable sample grabber, If enabled it will fire SampleBuffer event.

AudioCapture1.SampleBufferMode[=Integer]


Parameter
Integer
0 - Disable, 1 - Enable


Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
AudioCapture1.AudioDevice=0
AudioCapture1.SampleBufferMode=1
AudioCapture1.Start