Searched refs:Play (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/audio-utils/include/audio-utils/
H A Daudio-output.h19 zx_status_t Play(AudioSource& source);
/fuchsia/zircon/system/ulib/audio-utils/
H A Daudio-output.cpp33 zx_status_t AudioOutput::Play(AudioSource& source) { function in class:audio::utils::AudioOutput
/fuchsia/zircon/system/uapp/audio/
H A Daudio.cpp76 " Play a sinusoidal tone of the specified frequency for the\n"
86 printf(" Play the specified WAV file on the selected output.\n");
520 return static_cast<audio::utils::AudioOutput*>(stream.get())->Play(sine_source);
534 return static_cast<audio::utils::AudioOutput*>(stream.get())->Play(wav_source);

Completed in 78 milliseconds