Click or drag to resize

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)
Syntax
public enum LegacyAudioResult
Members
  Member nameValueDescription
NoError0no error
UnspecifiedError1unspecified error
BadDeviceId2device ID out of range
NotEnabled3driver failed enable
AlreadyAllocated4device already allocated
InvalidHandle5device handle is invalid
NoDriver6no device driver present
MemoryAllocationError7memory allocation error
NotSupported8function isn't supported
BadErrorNumber9error value out of range
InvalidFlag10invalid flag passed
InvalidParameter11invalid parameter passed
HandleBusy12handle being used simultaneously on another thread (eg callback)
InvalidAlias13specified alias not found
BadRegistryDatabase14bad registry database
RegistryKeyNotFound15registry key not found
RegistryReadError16registry read error
RegistryWriteError17registry write error
RegistryDeleteError18registry delete error
RegistryValueNotFound19registry value not found
NoDriverCallback20driver does not call DriverCallback
MoreData21more data to be returned
WaveBadFormat32unsupported wave format
WaveStillPlaying33still something playing
WaveHeaderUnprepared34header not prepared
WaveSync35device is synchronous
AcmNotPossible512Conversion not possible
AcmBusy513Busy
AcmHeaderUnprepared514Header Unprepared
AcmCancelled515Cancelled
MixerInvalidLine1024invalid line
MixerInvalidControl1025invalid control
MixerInvalidValue1026invalid value
See Also