Alc.CaptureStart(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This function begins a capture operation.
public static void CaptureStart(IntPtr device);
static member CaptureStart : nativeint -> unit
Parameters
- device
-
IntPtr
nativeint
a pointer to a capture device.
Remarks
alcCaptureStart will begin recording to an internal ring buffer of the size specified when opening the capture device. The application can then retrieve the number of samples currently available using the ALC_CAPTURE_SAPMPLES token with alcGetIntegerv. When the application determines that enough samples are available for processing, then it can obtain them with a call to alcCaptureSamples.