Example #1
0
 public void SetChunk(byte[] data, bool isPreset)
 {
     _remoteVstService.SetChunk(_guid, data, isPreset);
 }