Edit

Share via


Alc.CaptureStart(IntPtr) Method

Definition

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.

Applies to