git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C32741
};\r
\r
private float currentSpeed;\r
- public float[] AvailableSpeeds\r
- {\r
- get { return mAvailableSpeeds; }\r
- set { mAvailableSpeeds= value; }\r
- }\r
+ public float[] AvailableSpeeds { get; set; }\r
\r
public float CurrentSpeed { get; set; }\r
- public VideoSpeedTrackbar() {\r
- this.Minimum = 1;\r
- this.Maximum = 6;\r
- this.Value = 3;\r
+ public VideoSpeedTrackbar() { \r
+ this.Minimum = 0;\r
+ this.Maximum = 5;\r
+ this.Value = 2;\r
+ this.LargeChange = 1;\r
+ this.SmallChange = 1;\r
+ this.Tag = "PlaySpeed";\r
}\r
}\r
}\r