ReactOS 0.4.15-dev-7924-g5949c20
audevcod.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define EC_SND_DEVICE_ERROR_BASE   0x0200
 
#define EC_SNDDEV_IN_ERROR   (EC_SND_DEVICE_ERROR_BASE + 0x00)
 
#define EC_SNDDEV_OUT_ERROR   (EC_SND_DEVICE_ERROR_BASE + 0x01)
 

Typedefs

typedef enum _tagSND_DEVICE_ERROR SNDDEV_ERR
 

Enumerations

enum  _tagSND_DEVICE_ERROR {
  SNDDEV_ERROR_Open =1 , SNDDEV_ERROR_Close =2 , SNDDEV_ERROR_GetCaps =3 , SNDDEV_ERROR_PrepareHeader =4 ,
  SNDDEV_ERROR_UnprepareHeader =5 , SNDDEV_ERROR_Reset =6 , SNDDEV_ERROR_Restart =7 , SNDDEV_ERROR_GetPosition =8 ,
  SNDDEV_ERROR_Write =9 , SNDDEV_ERROR_Pause =10 , SNDDEV_ERROR_Stop =11 , SNDDEV_ERROR_Start =12 ,
  SNDDEV_ERROR_AddBuffer =13 , SNDDEV_ERROR_Query =14
}
 

Macro Definition Documentation

◆ EC_SND_DEVICE_ERROR_BASE

#define EC_SND_DEVICE_ERROR_BASE   0x0200

Definition at line 5 of file audevcod.h.

◆ EC_SNDDEV_IN_ERROR

#define EC_SNDDEV_IN_ERROR   (EC_SND_DEVICE_ERROR_BASE + 0x00)

Definition at line 6 of file audevcod.h.

◆ EC_SNDDEV_OUT_ERROR

#define EC_SNDDEV_OUT_ERROR   (EC_SND_DEVICE_ERROR_BASE + 0x01)

Definition at line 7 of file audevcod.h.

Typedef Documentation

◆ SNDDEV_ERR

Enumeration Type Documentation

◆ _tagSND_DEVICE_ERROR

Enumerator
SNDDEV_ERROR_Open 
SNDDEV_ERROR_Close 
SNDDEV_ERROR_GetCaps 
SNDDEV_ERROR_PrepareHeader 
SNDDEV_ERROR_UnprepareHeader 
SNDDEV_ERROR_Reset 
SNDDEV_ERROR_Restart 
SNDDEV_ERROR_GetPosition 
SNDDEV_ERROR_Write 
SNDDEV_ERROR_Pause 
SNDDEV_ERROR_Stop 
SNDDEV_ERROR_Start 
SNDDEV_ERROR_AddBuffer 
SNDDEV_ERROR_Query 

Definition at line 9 of file audevcod.h.

10{
enum _tagSND_DEVICE_ERROR SNDDEV_ERR
@ SNDDEV_ERROR_Reset
Definition: audevcod.h:16
@ SNDDEV_ERROR_GetCaps
Definition: audevcod.h:13
@ SNDDEV_ERROR_Close
Definition: audevcod.h:12
@ SNDDEV_ERROR_PrepareHeader
Definition: audevcod.h:14
@ SNDDEV_ERROR_Open
Definition: audevcod.h:11
@ SNDDEV_ERROR_UnprepareHeader
Definition: audevcod.h:15
@ SNDDEV_ERROR_GetPosition
Definition: audevcod.h:18
@ SNDDEV_ERROR_Write
Definition: audevcod.h:19
@ SNDDEV_ERROR_Stop
Definition: audevcod.h:21
@ SNDDEV_ERROR_AddBuffer
Definition: audevcod.h:23
@ SNDDEV_ERROR_Start
Definition: audevcod.h:22
@ SNDDEV_ERROR_Restart
Definition: audevcod.h:17
@ SNDDEV_ERROR_Pause
Definition: audevcod.h:20
@ SNDDEV_ERROR_Query
Definition: audevcod.h:24