Media Center Front Panel Display SDK

IFrontPanelDisplay.RadioSession Method 

A Radio Session is created when the user starts listening to the radio or starts scanning frequencies. It closes when the user starts another type of media session.

void RadioSession(
   Transport currentTransport,
   string radioFrequency
);

Parameters

currentTransport
The current transport state.
radioFrequency
Value of current frequency being listened to, is sent when radio starts playing the frequency

See Also

IFrontPanelDisplay Interface | MediaCenterSinkSDK Namespace