OpenTK.Audio.OpenAL.Alc.CaptureStart Method
This function begins a capture operation.

Syntax

[System.Security.SuppressUnmanagedCodeSecurity]
public static void CaptureStart (IntPtr device)

Parameters

device
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.

Requirements

Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK-1.0 (in OpenTK-1.0.dll)
Assembly Versions: 0.0.0.0