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_t id, fidl::InterfaceHandle<class fuchsia::io::File> file, AddSoundFromFileCallback callback)

fuchsia::media::sounds::Player implementation.

Defined at line 46 of file ../../src/media/sounds/soundplayer/sound_player_impl.cc

void AddSoundBuffer (uint32_t id, fuchsia::mem::Buffer buffer, fuchsia::media::AudioStreamType stream_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_t id, fuchsia::media::AudioRenderUsage usage, PlaySoundCallback callback)

Defined at line 85 of file ../../src/media/sounds/soundplayer/sound_player_impl.cc

void PlaySound2 (uint32_t id, fuchsia::media::AudioRenderUsage2 usage, PlaySound2Callback callback)

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