src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs
changeset 188 e642ad0c366b
parent 186 83615722dbab
child 190 619ca3ae13c7
--- a/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs	Thu Nov 05 13:13:52 2009 +0100
+++ b/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs	Thu Nov 05 22:40:36 2009 +0100
@@ -58,6 +58,24 @@
                 userControlTimeLine.thumbRotation((bool)sender);
             }catch(Exception ){}
         }
+
+        public void setUserPlayerVolume(double val)
+        {
+            try
+            {
+                UserControlPlayer.setSound(val);
+            }
+            catch (Exception) { }
+        }
+        public void setUserPlayerMute(bool b)
+        {
+            try
+            {
+                UserControlPlayer.setMute(b);
+            }
+            catch (Exception) { }
+        }
+
         #endregion
 
         #region TimeLine