Searched refs:SoundPlayer (Results 1 – 4 of 4) sorted by relevance
55 boost::shared_ptr<SoundPlayer> SoundPlayer::create( in create()60 boost::shared_ptr<SoundPlayer> pPlayer( in create()61 new SoundPlayer( rEventMultiplexer, in create()69 bool SoundPlayer::handlePause( bool bPauseShow ) in handlePause()74 void SoundPlayer::dispose() in dispose()93 SoundPlayer::SoundPlayer( in SoundPlayer() function in slideshow::internal::SoundPlayer126 SoundPlayer::~SoundPlayer() in ~SoundPlayer()140 double SoundPlayer::getDuration() const in getDuration()153 bool SoundPlayer::startPlayback() in startPlayback()165 bool SoundPlayer::stopPlayback() in stopPlayback()[all …]
744 mpCurrentSlideTransitionSound = SoundPlayer::create( in resetSlideTransitionSound()
51 class SoundPlayer : public PauseEventHandler, class68 static ::boost::shared_ptr<SoundPlayer> create(74 virtual ~SoundPlayer();97 SoundPlayer(106 ::boost::shared_ptr<SoundPlayer> mThis;110 typedef ::boost::shared_ptr< SoundPlayer > SoundPlayerSharedPtr;
144 mpPlayer = SoundPlayer::create( getContext().mrEventMultiplexer, in createPlayer()
Completed in 242 milliseconds