Share via


Windows Media Player 11 SDK IWMPServices Interface 

Windows Media Player SDK banner art

Previous Next

IWMPServices Interface

The IWMPServices interface is implemented by Windows Media Player. It provides methods to retrieve the current stream state and current stream time.

In addition to the methods inherited from IUnknown, the IWMPServices interface exposes the following methods.

Method Description
GetStreamState Returns a value that represents the current stream state.
GetStreamTime Returns a value that indicates the current stream time.

See Also

Previous Next