template <>
class WireSyncClientImpl
Defined at line 549 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::SessionAudioConsumerFactory>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus CreateAudioConsumer (uint64_t session_id, ::fidl::ServerEnd< ::fuchsia_media::AudioConsumer> && audio_consumer_request)
Creates an `AudioConsumer`, which is an interface for playing audio, bound
to a particular session. `session_id` is the identifier of the media session
for which audio is to be rendered.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.