Click or drag to resize

wclAudioMeter Class

The Audio Meter component represents a peak meter on an audio stream to or from an audio endpoint device.
Inheritance Hierarchy
SystemObject
  wclAudiowclCustomAudio
    wclAudiowclCustomAudioEndpoint
      wclAudiowclAudioMeter

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

The wclAudioMeter type exposes the following members.

Constructors
 NameDescription
Public methodwclAudioMeter Creates new audio meter component.
Top
Properties
 NameDescription
Public propertyActive Gets the Audio Switcher state.
(Inherited from wclCustomAudio)
Public propertyId Gets the endpoint ID.
(Inherited from wclCustomAudioEndpoint)
Protected propertyReceiver Gets the message receiver.
(Inherited from wclCustomAudio)
Top
Methods
 NameDescription
Public methodClose Closes the audio endpoint.
(Inherited from wclCustomAudioEndpoint)
Protected methodDoClosed Calls the OnClosed event.
(Inherited from wclCustomAudio)
Protected methodDoDisconnected Fires the OnDisconnected event.
(Inherited from wclCustomAudioEndpoint)
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.
(Overrides wclCustomAudioEndpointGetChannels(UInt32))
Public methodGetChannelsPeak Gets the peak sample value for the channels in the audio stream.
Public methodGetHardwareFeatures Queries the audio endpoint device for its hardware-supported functions.
(Overrides wclCustomAudioEndpointGetHardwareFeatures(wclAudioHardwareFeature))
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetPeak Gets the peak sample value in the audio stream.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodInternalClose The method called during audio subsystem finalization.
(Overrides wclCustomAudioInternalClose)
Protected methodInternalOpen The method called during audio subsystem initialization.
(Overrides wclCustomAudioInternalOpen)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodMessageReceived The method called when a new notification message received.
(Inherited from wclCustomAudioEndpoint)
Protected methodOpen Opens the Audio component.
(Inherited from wclCustomAudio)
Public methodOpen(String) Opens the specified audio endpoint.
(Inherited from wclCustomAudioEndpoint)
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.
(Inherited from wclCustomAudioEndpoint)
Public eventOnOpened The event fires when the Audio Switcher was opened.
(Inherited from wclCustomAudio)
Top
See Also