Struct ALCaptureDevice
Handle to an OpenAL capture device.
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
Field Value
Null
Declaration
public static readonly ALCaptureDevice Null
Field Value
Methods
Equals(ALCaptureDevice)
Declaration
public bool Equals(ALCaptureDevice other)
Parameters
Returns
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
operator ==(ALCaptureDevice, ALCaptureDevice)
Declaration
public static bool operator ==(ALCaptureDevice left, ALCaptureDevice right)
Parameters
Returns
implicit operator IntPtr(ALCaptureDevice)
Declaration
public static implicit operator IntPtr(ALCaptureDevice device)
Parameters
Returns
operator !=(ALCaptureDevice, ALCaptureDevice)
Declaration
public static bool operator !=(ALCaptureDevice left, ALCaptureDevice right)
Parameters
Returns
Implements