コード例 #1
0
ファイル: CBackgroundMusic.cs プロジェクト: zhaozw/Vocaluxe
 public static bool IsPlaying()
 {
     return(CSound.IsPlaying(_CurrentMusicStream));
 }