Example #1
0
bool APlaybackDevice::isPlaying()
{
    return mPlaybackEnabled && !mAudioTrack.stopped();
}