template <>

class WireWeakOnewayBufferClientImpl

Defined at line 21468 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/wire_messaging.h

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.

Caller provides the backing storage for FIDL message.