AudioLogCodes Enumeration |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public enum AudioLogCodes
Public Enumeration AudioLogCodes
public enum class AudioLogCodes
Members
| Member name | Value | Description |
---|
| MMException | 50000 | |
| DeviceCreated | 50001 | |
| Initializing | 50002 | |
| CannotInitialize | 50003 | |
| Initialized | 50004 | |
| NoDeviceDetected | 50005 | |
| VolumeChanged | 50006 | |
| Muted | 50007 | |
| Unmuted | 50008 | |
| Starting | 50009 | |
| StartFailedNotInitialized | 50010 | |
| WaveFormatChanging | 50011 | |
| WaveFormatChanged | 50012 | |
| StateChanged | 50013 | |
| Closing | 50014 | |
| Closed | 50015 | |
| Disposing | 50016 | |
| CallbackError | 50017 | |
| CreatingCallbackWindow | 50018 | |
| CallbackWindowClosed | 50019 | |
| ExitingCallbackWindow | 50020 | |
| WaveIn_VolumeControlInitialized | 50021 | |
| WaveIn_VolumeControlInitFailed | 50022 | |
| WaveOut_Pausing | 50023 | |
| Wasapi_NotSupported | 50500 | |
| Wasapi_DeviceNotFound | 50501 | |
| Wasapi_COMException | 50502 | |
| Wasapi_UnexpectedError | 50503 | |
| Wasapi_FormatNotSupported | 50504 | |
| JitterBufferResult | 50505 | |
| UnexpectedErrorWhenInit | 50506 | |
| Wasapi_InitFormat | 50507 | |
| Debug | 50508 | |
See Also