Edit

Share via


Alc.CaptureOpenDevice Method

Definition

Overloads

CaptureOpenDevice(String, Int32, ALFormat, Int32)
CaptureOpenDevice(String, UInt32, ALFormat, Int32)

CaptureOpenDevice(String, Int32, ALFormat, Int32)

public static IntPtr CaptureOpenDevice (string devicename, int frequency, OpenTK.Audio.OpenAL.ALFormat format, int buffersize);
static member CaptureOpenDevice : string * int * OpenTK.Audio.OpenAL.ALFormat * int -> nativeint

Parameters

devicename
String
frequency
Int32
format
ALFormat
buffersize
Int32

Returns

IntPtr

nativeint

Applies to

CaptureOpenDevice(String, UInt32, ALFormat, Int32)

Important

This API is not CLS-compliant.

[System.CLSCompliant(false)]
public static IntPtr CaptureOpenDevice (string devicename, uint frequency, OpenTK.Audio.OpenAL.ALFormat format, int buffersize);
static member CaptureOpenDevice : string * uint32 * OpenTK.Audio.OpenAL.ALFormat * int -> nativeint

Parameters

devicename
String
frequency
UInt32
format
ALFormat
buffersize
Int32

Returns

IntPtr

nativeint

Attributes

Applies to