Media Center Front Panel Display SDK

IFrontPanelDisplay.DvdSession Method 

A DVD Session is created when the user starts watching a DVD from the library. It closes when the user starts another type of media session.

void DvdSession(
   Transport currentTransport,
   int chapterNumber,
   int totalChapters,
   DateTime dvdTime,
   DateTime trackDuration,
   DateTime elapsedTime,
   int titleNumber,
   string dvdName,
   string trackName
);

Parameters

currentTransport
The current transport state.
chapterNumber
Current chapter number.
totalChapters
Total number of chapters on the DVD.
dvdTime
Lengh of the current title.
trackDuration
Length of current chapter.
elapsedTime
Time past start of chapter. This value is reported every second with the value incremented.
titleNumber
Current title number.
dvdName
Name of current DVD, is sent when media starts, only send this information after we get the info back from the metadata server.
trackName

See Also

IFrontPanelDisplay Interface | MediaCenterSinkSDK Namespace