template <>
class WireSyncClientImpl
Defined at line 991 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::Usage2AudioConsumerFactory>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus CreateAudioConsumer (::fuchsia_media::wire::AudioRenderUsage2 usage, ::fidl::ServerEnd< ::fuchsia_media::AudioConsumer> && audio_consumer_request)
Creates an `AudioConsumer`, which is an interface for playing audio, given a usage value.
Audio submitted to such a consumer is always rendered locally.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.