[longomatch/redesign: 32/120] Add back the PreviewMediaFile property



commit 79a8cbe69247c1276b04d54f416b3b686e8080ea
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Dec 21 22:06:45 2010 +0100

    Add back the PreviewMediaFile property

 LongoMatch/Time/PlayListPlay.cs |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Time/PlayListPlay.cs b/LongoMatch/Time/PlayListPlay.cs
index 765d019..2bc66a9 100644
--- a/LongoMatch/Time/PlayListPlay.cs
+++ b/LongoMatch/Time/PlayListPlay.cs
@@ -40,6 +40,14 @@ namespace LongoMatch.TimeNodes
 
 		#region Properties
 		/// <summary>
+		/// Media File 
+		/// </summary>
+		public PreviewMediaFile MediaFile {
+			get;
+			set;
+		}
+		
+		/// <summary>
 		/// Play rate
 		/// </summary>
 		public float Rate {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]