IWMPServices interface
The IWMPServices interface is implemented by Windows Media Player. It provides methods to retrieve the current stream state and current stream time.
The IWMPServices interface inherits from the IUnknown interface. IWMPServices also has these types of members:
- Methods
The IWMPServices interface has these methods.
Method | Description |
---|---|
GetStreamState | Returns a value that represents the current stream state. |
GetStreamTime | Returns a value that indicates the current stream time. |