LegacyAudioResult Enumeration |
Windows multimedia error codes from mmsystem.h.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum LegacyAudioResult
Public Enumeration LegacyAudioResult
Dim instance As LegacyAudioResult
public enum LegacyAudioResult
public enum LegacyAudioResult
CSVideoPlayer.LegacyAudioResult = function();
CSVideoPlayer.LegacyAudioResult.createEnum('CSVideoPlayer.LegacyAudioResult', false);
Members
| Member name | Value | Description |
---|
| NoError | 0 | no error |
| UnspecifiedError | 1 | unspecified error |
| BadDeviceId | 2 | device ID out of range |
| NotEnabled | 3 | driver failed enable |
| AlreadyAllocated | 4 | device already allocated |
| InvalidHandle | 5 | device handle is invalid |
| NoDriver | 6 | no device driver present |
| MemoryAllocationError | 7 | memory allocation error |
| NotSupported | 8 | function isn't supported |
| BadErrorNumber | 9 | error value out of range |
| InvalidFlag | 10 | invalid flag passed |
| InvalidParameter | 11 | invalid parameter passed |
| HandleBusy | 12 | handle being used simultaneously on another thread (eg callback) |
| InvalidAlias | 13 | specified alias not found |
| BadRegistryDatabase | 14 | bad registry database |
| RegistryKeyNotFound | 15 | registry key not found |
| RegistryReadError | 16 | registry read error |
| RegistryWriteError | 17 | registry write error |
| RegistryDeleteError | 18 | registry delete error |
| RegistryValueNotFound | 19 | registry value not found |
| NoDriverCallback | 20 | driver does not call DriverCallback |
| MoreData | 21 | more data to be returned |
| WaveBadFormat | 32 | unsupported wave format |
| WaveStillPlaying | 33 | still something playing |
| WaveHeaderUnprepared | 34 | header not prepared |
| WaveSync | 35 | device is synchronous |
| AcmNotPossible | 512 | Conversion not possible |
| AcmBusy | 513 | Busy |
| AcmHeaderUnprepared | 514 | Header Unprepared |
| AcmCancelled | 515 | Cancelled |
| MixerInvalidLine | 1024 | invalid line |
| MixerInvalidControl | 1025 | invalid control |
| MixerInvalidValue | 1026 | invalid value |
See Also