Show / Hide Table of Contents

Struct ALCaptureDevice

Handle to an OpenAL capture device.

Implements
IEquatable<ALCaptureDevice>
Inherited Members
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.Audio.OpenAL.dll
Syntax
public struct ALCaptureDevice : IEquatable<ALCaptureDevice>

Constructors

ALCaptureDevice(IntPtr)

Declaration
public ALCaptureDevice(IntPtr handle)
Parameters
Type Name Description
IntPtr handle

Fields

Handle

Declaration
public IntPtr Handle
Field Value
Type Description
IntPtr

Null

Declaration
public static readonly ALCaptureDevice Null
Field Value
Type Description
ALCaptureDevice

Methods

Equals(ALCaptureDevice)

Declaration
public bool Equals(ALCaptureDevice other)
Parameters
Type Name Description
ALCaptureDevice other
Returns
Type Description
bool

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
ValueType.Equals(object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
ValueType.GetHashCode()

Operators

operator ==(ALCaptureDevice, ALCaptureDevice)

Declaration
public static bool operator ==(ALCaptureDevice left, ALCaptureDevice right)
Parameters
Type Name Description
ALCaptureDevice left
ALCaptureDevice right
Returns
Type Description
bool

implicit operator IntPtr(ALCaptureDevice)

Declaration
public static implicit operator IntPtr(ALCaptureDevice device)
Parameters
Type Name Description
ALCaptureDevice device
Returns
Type Description
IntPtr

operator !=(ALCaptureDevice, ALCaptureDevice)

Declaration
public static bool operator !=(ALCaptureDevice left, ALCaptureDevice right)
Parameters
Type Name Description
ALCaptureDevice left
ALCaptureDevice right
Returns
Type Description
bool

Implements

IEquatable<T>
In This Article
Back to top Generated by DocFX