Ejemplo n.º 1
0
void plVoiceSound::Play()
{
    fPlaying = true;
    if( IWillBeAbleToPlay() )
    {
        IRefreshParams();
        SetVolume( fDesiredVol );
        IActuallyPlay();
    }
}
Ejemplo n.º 2
0
void plWin32VideoSound::Play()
{
    IActuallyPlay();
}