TwclCustomAudio Class

The custom Audio component.

Namespace: wclAudio
TComponent
  wclAudio.TwclCustomAudio
    wclAudio.TwclAudioSwitcher
    wclAudio.TwclCustomAudioEndpoint
type
 TwclCustomAudio = class(TComponent)
 end;

The TwclCustomAudio type exposes the following members.

Show:
 NameDescription
Create(TComponent)

Creates new Audio component.

Destroy

Frees the component.

Top
Show:
 NameDescription
Active

Gets the Audio Switcher state.

Enumerator

Gets the Audio devices enumerator interface.

OnClosed

The event fires when the Audio Switcher was closed.

OnOpened

The event fires when the Audio Switcher was opened.

Receiver

Gets the message receiver.

Top
Show:
 NameDescription
Close

Closes the Audio component.

DoClosed

Calls the OnClosed event.

DoOpened

Calls the OnOpend event.

InternalClose

The method called during audio subsystem finalization.

InternalOpen

The method called during audio subsystem initialization.

MessageReceived(TwclMessage)

The method called when a new notification message received.

Open

Opens the Audio component.

Top

The class implements the basic Audio features for all Audio component.