template <>
class WireSyncClientImpl
Defined at line 309 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_media::Audio>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus CreateAudioRenderer (::fidl::ServerEnd< ::fuchsia_media::AudioRenderer> && audio_renderer_request)
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::OneWayStatus CreateAudioCapturer (::fidl::ServerEnd< ::fuchsia_media::AudioCapturer> && audio_capturer_request, bool loopback)
Creates an AudioCapturer which either captures from the current default
audio input device, or loops-back from the current default audio output
device based on value passed for the loopback flag.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.