ReactOS 0.4.15-dev-7918-g2a2556c
audio_waveout.hpp File Reference
#include "audio_format.hpp"
#include "audio_producer.hpp"
Include dependency graph for audio_waveout.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  audio_waveout
 

Enumerations

enum  audio_waveout_status {
  WAVEOUT_NOTREADY , WAVEOUT_READY , WAVEOUT_PLAYING , WAVEOUT_FLUSHING ,
  WAVEOUT_PAUSED , WAVEOUT_STOP , WAVEOUT_ERR
}
 

Enumeration Type Documentation

◆ audio_waveout_status

Enumerator
WAVEOUT_NOTREADY 
WAVEOUT_READY 
WAVEOUT_PLAYING 
WAVEOUT_FLUSHING 
WAVEOUT_PAUSED 
WAVEOUT_STOP 
WAVEOUT_ERR 

Definition at line 16 of file audio_waveout.hpp.

17{
25};
@ WAVEOUT_NOTREADY
@ WAVEOUT_PAUSED
@ WAVEOUT_PLAYING
@ WAVEOUT_ERR
@ WAVEOUT_FLUSHING
@ WAVEOUT_STOP
@ WAVEOUT_READY