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