class SoundPlayerImpl
Defined at line 20 of file ../../src/media/sounds/soundplayer/sound_player_impl.h
Public Methods
void SoundPlayerImpl (fuchsia::media::AudioPtr audio_service, fidl::InterfaceRequest<fuchsia::media::sounds::Player> request)
Defined at line 19 of file ../../src/media/sounds/soundplayer/sound_player_impl.cc
void ~SoundPlayerImpl ()
Defined at line 39 of file ../../src/media/sounds/soundplayer/sound_player_impl.cc
void AddSoundFromFile (uint32_tid,fidl::InterfaceHandle<class fuchsia::io::File>file,AddSoundFromFileCallbackcallback)
fuchsia::media::sounds::Player implementation.
Defined at line 46 of file ../../src/media/sounds/soundplayer/sound_player_impl.cc
void AddSoundBuffer (uint32_tid,fuchsia::mem::Bufferbuffer,fuchsia::media::AudioStreamTypestream_type)
Defined at line 70 of file ../../src/media/sounds/soundplayer/sound_player_impl.cc
void RemoveSound (uint32_t id)
Defined at line 83 of file ../../src/media/sounds/soundplayer/sound_player_impl.cc
void PlaySound (uint32_tid,fuchsia::media::AudioRenderUsageusage,PlaySoundCallbackcallback)
Defined at line 85 of file ../../src/media/sounds/soundplayer/sound_player_impl.cc
void PlaySound2 (uint32_tid,fuchsia::media::AudioRenderUsage2usage,PlaySound2Callbackcallback)
Defined at line 119 of file ../../src/media/sounds/soundplayer/sound_player_impl.cc
void StopPlayingSound (uint32_t id)
Defined at line 153 of file ../../src/media/sounds/soundplayer/sound_player_impl.cc
void handle_unknown_method (uint64_t ordinal, bool method_has_response)
Defined at line 41 of file ../../src/media/sounds/soundplayer/sound_player_impl.cc
void SoundPlayerImpl (const SoundPlayerImpl & )
Disallow copy, assign and move.
Defined at line 91 of file ../../src/media/sounds/soundplayer/sound_player_impl.h
void SoundPlayerImpl (SoundPlayerImpl && )
Defined at line 92 of file ../../src/media/sounds/soundplayer/sound_player_impl.h
SoundPlayerImpl & operator= (const SoundPlayerImpl & )
Defined at line 93 of file ../../src/media/sounds/soundplayer/sound_player_impl.h
SoundPlayerImpl & operator= (SoundPlayerImpl && )
Defined at line 94 of file ../../src/media/sounds/soundplayer/sound_player_impl.h