Beispiel #1
0
 /// <summary>
 /// Play a title
 /// </summary>
 /// <param name="titleIndex">The index of the title to play back</param>
 public void PlayTitle(int titleIndex)
 {
     DvdPlayer.Dispatcher.BeginInvoke((Action)(() => DvdPlayer.PlayTitle(titleIndex)));
 }