コード例 #1
0
ファイル: ImmediateStreamer.cs プロジェクト: Viktor8/CRadio
 public void Stop()
 {
     _component.Stop();
     _nextPartBeginIndex = -1;
 }