Indicate if the sound play begun with PlayBuffer() or PlayFile() has completed.
Definition at line 653 of file sound.h. References HasPlayCompleted(). Referenced by HasPlayCompleted(). { return (baseChannel == NULL) ? FALSE : baseChannel->HasPlayCompleted(); }
|