Media Center Front Panel Display SDK

IFrontPanelDisplay.RecordedTVSession Method 

A Recorded TV Session is created when the user starts watching TV from the PVR (as opposed to the tuner). It closes when the user starts another type of media session.

void RecordedTVSession(
   Transport currentTransport,
   string recordedShowName,
   DateTime recordedShowDuration,
   DateTime elapsedTime,
   string parentalAdvisoryRating
);

Parameters

currentTransport
The current transport state.
recordedShowName
The name of currently recorded show, is sent when recording starts.
recordedShowDuration
The scheduled length of current show.
elapsedTime
The time elapsed since start of show, regardless of time of tuning to show. Can be incremented and decremented for FF, REW, SKIP.
parentalAdvisoryRating
The rating of the TV show, is a string such as "TV-G".

See Also

IFrontPanelDisplay Interface | MediaCenterSinkSDK Namespace