Click or drag to resize

wclCustomAudioEndpoint Class

The base component for Audio components that works with a single Audio endpoint.
Inheritance Hierarchy
SystemObject
  wclAudiowclCustomAudio
    wclAudiowclCustomAudioEndpoint
      wclAudiowclAudioMeter
      wclAudiowclAudioVolume

Namespace: wclAudio
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public abstract class wclCustomAudioEndpoint : wclCustomAudio

The wclCustomAudioEndpoint type exposes the following members.

Constructors
 NameDescription
Public methodwclCustomAudioEndpoint Creates new custom audio endpoint component.
Top
Properties
 NameDescription
Public propertyActive Gets the Audio Switcher state.
(Inherited from wclCustomAudio)
Public propertyId Gets the endpoint ID.
Protected propertyReceiver Gets the message receiver.
(Inherited from wclCustomAudio)
Top
Methods
 NameDescription
Public methodClose Closes the audio endpoint.
(Overrides wclCustomAudioClose)
Protected methodDoClosed Calls the OnClosed event.
(Inherited from wclCustomAudio)
Protected methodDoDisconnected Fires the OnDisconnected event.
Protected methodDoOpened Calls the OnOpend event.
(Inherited from wclCustomAudio)
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Protected methodFinalize Frees the component.
(Inherited from wclCustomAudio)
Public methodGetChannels Gets the number of channels in the audio stream that are monitored by peak meters.
Public methodGetHardwareFeatures Queries the audio endpoint device for its hardware-supported functions.
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodInternalClose The method called during audio subsystem finalization.
(Inherited from wclCustomAudio)
Protected methodInternalOpen The method called during audio subsystem initialization.
(Inherited from wclCustomAudio)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodMessageReceived The method called when a new notification message received.
(Overrides wclCustomAudioMessageReceived(wclMessage))
Protected methodOpen Opens the Audio component.
(Inherited from wclCustomAudio)
Public methodOpen(String) Opens the specified audio endpoint.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventOnClosed The event fires when the Audio Switcher was closed.
(Inherited from wclCustomAudio)
Public eventOnDisconnected The even fires when the endpoint used by this class has been disconnected or removed.
Public eventOnOpened The event fires when the Audio Switcher was opened.
(Inherited from wclCustomAudio)
Top
See Also