コード例 #1
0
ファイル: CMain.cs プロジェクト: da-ka/Vocaluxe
 public bool IsPaused(int streamID)
 {
     return(CSound.IsPaused(streamID));
 }