Click or drag to resize

wclAudioErrors Class

The static class contains the Audio Error Codes.
Inheritance Hierarchy
SystemObject
  wclAudiowclAudioErrors

Namespace: wclAudio
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public static class wclAudioErrors

The wclAudioErrors type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberWCL_E_AUDIO_BASE The base error code for audio errors.
Public fieldStatic memberWCL_E_AUDIO_CLOSED The Audio component is already closed.
Public fieldStatic memberWCL_E_AUDIO_COM_INIT_FAILED COM initialization failed.
Public fieldStatic memberWCL_E_AUDIO_CREATE_ENUMERATOR_FAILED Create device enumerator failed.
Public fieldStatic memberWCL_E_AUDIO_ENDPOINT_NOT_FOUND The specified audio endpoint not found.
Public fieldStatic memberWCL_E_AUDIO_FEATURE_NOT_SUPPORTED Audio features is not supported on this platform.
Public fieldStatic memberWCL_E_AUDIO_GET_CHANNELS_COUNT_FAILED Unable to get audio endpoint channels number.
Public fieldStatic memberWCL_E_AUDIO_GET_HARDWARE_FEATURES_FAILED Unable to get hardware supported features of the specified audio endpoint.
Public fieldStatic memberWCL_E_AUDIO_METER_BASE The base error code for audio meter errors.
Public fieldStatic memberWCL_E_AUDIO_METER_CREATE_FAILED Unable to create Audio meter instance.
Public fieldStatic memberWCL_E_AUDIO_METER_GET_PEAK_VALUE_FAILED Unable to get audio stream peak value.
Public fieldStatic memberWCL_E_AUDIO_OPENED The Audio component is already opened.
Public fieldStatic memberWCL_E_AUDIO_REGISTER_EVENT_FAILED Unable to register audio device changes event handler.
Public fieldStatic memberWCL_E_AUDIO_SWITCHER_BASE The base error code for audio switcher errors.
Public fieldStatic memberWCL_E_AUDIO_SWITCHER_CONNECT_FAILED Unable to connect to device.
Public fieldStatic memberWCL_E_AUDIO_SWITCHER_CREATE_CONFIGURATOR_FAILED Create Audio configurator failed.
Public fieldStatic memberWCL_E_AUDIO_SWITCHER_CREATE_TOPOLOGY_FAILED Unable to create device topology object.
Public fieldStatic memberWCL_E_AUDIO_SWITCHER_DEFAULT_DEVICE_NOT_FOUND Default audio device not found.
Public fieldStatic memberWCL_E_AUDIO_SWITCHER_DEVICE_CONNECTED The device is already connected.
Public fieldStatic memberWCL_E_AUDIO_SWITCHER_DEVICE_DISCONNECTED The device is disconnected.
Public fieldStatic memberWCL_E_AUDIO_SWITCHER_DEVICE_NOT_FOUND The specified device not found.
Public fieldStatic memberWCL_E_AUDIO_SWITCHER_DISCONNECT_FAILED Unable to disconnect from device.
Public fieldStatic memberWCL_E_AUDIO_SWITCHER_ENUM_ENDPOINTS_FAILED Unable to enumerate audio endpoints.
Public fieldStatic memberWCL_E_AUDIO_SWITCHER_GET_CONNECTORS_COUNT_FAILED Unable to get device topology connectors number.
Public fieldStatic memberWCL_E_AUDIO_SWITCHER_GET_DEFAULT_DEVICE_FAILED Unable to get default Audio Device.
Public fieldStatic memberWCL_E_AUDIO_SWITCHER_GET_DEVICE_ID_FAILED Get Audio Device ID failed.
Public fieldStatic memberWCL_E_AUDIO_SWITCHER_GET_ENDPOIN_COUNT_FAILED Get audio endpoints count failed.
Public fieldStatic memberWCL_E_AUDIO_SWITCHER_INVALID_DEVICE Invalid device selected. Connect and Disconnect features are supported for Bluetooth Audio Devices only.
Public fieldStatic memberWCL_E_AUDIO_SWITCHER_NO_CONNECTORS_FOUND No device connectors found.
Public fieldStatic memberWCL_E_AUDIO_SWITCHER_NOT_OPENED The Audio Switcher is not opened.
Public fieldStatic memberWCL_E_AUDIO_SWITCHER_SET_DEFAULT_DEVICE_FAILED Unable to change default Audio Device.
Public fieldStatic memberWCL_E_AUDIO_VOLUME_BASE The base error code for audio volume errors.
Public fieldStatic memberWCL_E_AUDIO_VOLUME_CREATE_FAILED Unable to create Audio volume instance.
Public fieldStatic memberWCL_E_AUDIO_VOLUME_GET_MUTE_FAILED Unable to get audio endpoint mute status.
Public fieldStatic memberWCL_E_AUDIO_VOLUME_GET_VOLUME_FAILED Unable to get audio volume level.
Public fieldStatic memberWCL_E_AUDIO_VOLUME_SET_MUTE_FAILED Unable to set audio endpoint mute status.
Public fieldStatic memberWCL_E_AUDIO_VOLUME_SET_VOLUME_FAILED Unable to set audio volume level.
Top
See Also