Show / Hide Table of Contents

Struct ALDevice

Opaque handle to an OpenAL device.

Implements
IEquatable<ALDevice>
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 ALDevice : IEquatable<ALDevice>

Constructors

ALDevice(IntPtr)

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

Fields

Handle

Declaration
public IntPtr Handle
Field Value
Type Description
IntPtr

Null

Declaration
public static readonly ALDevice Null
Field Value
Type Description
ALDevice

Methods

Equals(ALDevice)

Declaration
public bool Equals(ALDevice other)
Parameters
Type Name Description
ALDevice 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 ==(ALDevice, ALDevice)

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

implicit operator IntPtr(ALDevice)

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

operator !=(ALDevice, ALDevice)

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

Implements

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