PLAYBACK_ENABLED
enabledButtons |= PLAYBACK_ENABLED | SEEK_ENABLED
fPlayPause->SetEnabled(buttons & PLAYBACK_ENABLED);
fStop->SetEnabled(buttons & PLAYBACK_ENABLED);