예제 #1
0
 private void tbSpeed_Scroll(object sender, EventArgs e)
 {
     MediaPlayer1.DVD_SetSpeed(tbSpeed.Value / 10.0, false);
 }