Media Center Front Panel Display SDK

IFrontPanelDisplay.GlobalSession Method 

The Global Session is used to indicate overall Media Center state. It starts when Media Center starts and closes when it closes.

void GlobalSession(
   GlobalSessionState currentGlobalSession,
   bool mute,
   int volume,
   bool ejecting,
   bool guideLoaded,
   bool error
);

Parameters

currentGlobalSession
The current Global Session state.
mute
The mute value from any session.
volume
The volume value from any session.
ejecting
True when the CD/DVD drive is ejecting. Note this only occurs when Media Center had been playing the content.
guideLoaded
True when a new guide has been downloaded.
error
True when any error occurs.

See Also

IFrontPanelDisplay Interface | MediaCenterSinkSDK Namespace