ReactOS 0.4.15-dev-7958-gcd0bb1a
audio_wavein.hpp File Reference
#include "audio_format.hpp"
#include "audio_receiver.hpp"
Include dependency graph for audio_wavein.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  audio_wavein
 

Enumerations

enum  audio_wavein_status {
  WAVEIN_NOTREADY , WAVEIN_READY , WAVEIN_RECORDING , WAVEIN_ERR ,
  WAVEIN_STOP , WAVEIN_FLUSHING
}
 

Enumeration Type Documentation

◆ audio_wavein_status

Enumerator
WAVEIN_NOTREADY 
WAVEIN_READY 
WAVEIN_RECORDING 
WAVEIN_ERR 
WAVEIN_STOP 
WAVEIN_FLUSHING 

Definition at line 16 of file audio_wavein.hpp.

17{
24};
@ WAVEIN_NOTREADY
@ WAVEIN_STOP
@ WAVEIN_RECORDING
@ WAVEIN_READY
@ WAVEIN_FLUSHING
@ WAVEIN_ERR