예제 #1
0
파일: CMain.cs 프로젝트: da-ka/Vocaluxe
 public void SetLoop(CVideoStream stream, bool loop = true)
 {
     CVideo.SetLoop(stream, loop);
 }