Exemple #1
0
 public void GetDuration(IMediaManager mediaManager)
 {
     Duration = mediaManager.GetVideoDuration(FilePath);
 }