示例#1
0
文件: CMain.cs 项目: da-ka/Vocaluxe
 public void SetLoop(CVideoStream stream, bool loop = true)
 {
     CVideo.SetLoop(stream, loop);
 }