Пример #1
0
 public void SetLoop(CVideoStream stream, bool loop = true)
 {
     CVideo.SetLoop(stream, loop);
 }