Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The HDAUDIO_STREAM_STATE enumeration defines constants that specify the different stream states supported by HDAudio.
Syntax
typedef enum _HDAUDIO_STREAM_STATE {
ResetState,
StopState,
PauseState,
RunState
} HDAUDIO_STREAM_STATE, *PHDAUDIO_STREAM_STATE;
Constants
ResetStateThe reset state. |
StopStateThe stop state. |
PauseStateThe pause state. |
RunStateThe run state. |
Remarks
This enumeration is used by the PSET_DMA_ENGINE_STATE.
Requirements
| Requirement | Value |
|---|---|
| Header | hdaudio.h |