HDAUDIO_STREAM_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hdaudio.h

typedef enum _HDAUDIO_STREAM_STATE {
  ResetState,
  StopState,
  PauseState,
  RunState
} HDAUDIO_STREAM_STATE, *PHDAUDIO_STREAM_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-hdaudio-_hdaudio_stream_state)

_HDAUDIO_STREAM_STATE enumeration

Description

The HDAUDIO_STREAM_STATE enumeration defines constants that specify the different stream states supported by HDAudio.

Constants

ResetState

The reset state.

StopState

The stop state.

PauseState

The pause state.

RunState

The run state.

Remarks

This enumeration is used by the PSET_DMA_ENGINE_STATE.