Click or drag to resize

wclCustomAudio Class

The custom Audio component.
Inheritance Hierarchy

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

The wclCustomAudio type exposes the following members.

Constructors
 NameDescription
Public methodwclCustomAudio Creates new Audio component.
Top
Properties
 NameDescription
Public propertyActive Gets the Audio Switcher state.
Protected propertyReceiver Gets the message receiver.
Top
Methods
 NameDescription
Public methodClose Closes the Audio component.
Protected methodDoClosed Calls the OnClosed event.
Protected methodDoOpened Calls the OnOpend event.
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Protected methodFinalize Frees the component.
(Overrides ObjectFinalize)
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.
Protected methodInternalOpen The method called during audio subsystem initialization.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodMessageReceived The method called when a new notification message received.
Protected methodOpen Opens the Audio component.
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.
Public eventOnOpened The event fires when the Audio Switcher was opened.
Top
Remarks
The class implements the basic Audio features for all Audio component.
See Also