コード例 #1
0
ファイル: android.cpp プロジェクト: dexmas/WaloEngine
bool APlaybackDevice::isPlaying()
{
    return mPlaybackEnabled && !mAudioTrack.stopped();
}