WMPServices_StreamState enumeration
The WMPServices_StreamState enumeration indicates whether the stream is currently stopped, paused, or playing.
Syntax
typedef enum WMPServices_StreamState {
WMPServices_StreamState_Stop,
WMPServices_StreamState_Pause,
WMPServices_StreamState_Play
} ;
Constants
| WMPServices_StreamState_Stop |
The stream is stopped. |
| WMPServices_StreamState_Pause |
The stream is paused. |
| WMPServices_StreamState_Play |
The stream is playing. |
Requirements
| |
|
| Minimum supported client |
Windows Media Player 9 Series or later. |
| Header |
wmpservices.h |
See also
DSP Plug-in Enumeration Types
IWMPServices::GetStreamState