// hdaudio.h
typedef enum _HDAUDIO_STREAM_STATE {
ResetState,
StopState,
PauseState,
RunState
} HDAUDIO_STREAM_STATE, *PHDAUDIO_STREAM_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
The HDAUDIO_STREAM_STATE enumeration defines constants that specify the different stream states supported by HDAudio.
ResetStateThe reset state.
StopStateThe stop state.
PauseStateThe pause state.
RunStateThe run state.
This enumeration is used by the PSET_DMA_ENGINE_STATE.