Radio Management Interfaces
The Radio Management API defines the following interfaces:
Interface | Description |
---|---|
IMediaRadioManager | Used to access a Radio Manager and retrieve state information for each device radio instance that it manages. |
IRadioInstance | Used to retrieve and set properties specific to a device radio instance. |
IRadioInstanceCollection | Used to retrieve a list of all radio instances associated with a Radio Manager, as well as retrieve a specific device radio instance from that list. |
IMediaRadioManagerNotifySink | Used to provide notification of radio instance state changes. |
Related topics