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