IMediaRadioManager interface
Use this interface to access a Media Radio Manager and retrieve state information for each radio instance that it manages.
Members
The IMediaRadioManager interface inherits from the IUnknown interface. IMediaRadioManager also has these types of members:
- Methods
Methods
The IMediaRadioManager interface has these methods.
Method | Description |
---|---|
GetRadioInstances | Retrieves a collection of radio instances. |
OnSystemRadioStateChange | Informs of a state change for the system radio; this can affect the state of radio instances associated with a Radio Manager. |
Remarks
The object implementing this interface needs to implement a connection point with IConnectionPoint for IMediaRadioManagerNotifySink. If an API module fails to advise IMediaRadioManagerNotifySink, the media radio manager cannot initialize.
Each IMediaRadioManager object can manage zero or more IRadioInstance objects.
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
See also