template <>
class WireWeakOnewayBufferClientImpl
Defined at line 22368 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus SendPacketNoReply (const ::fuchsia_media::wire::StreamPacket & packet)
Sends a packet to the service. This interface doesn't define how the
client knows when the sink is done with the associated payload memory.
The inheriting interface must define that.
`packet` must be valid for the current buffer set, otherwise the service
will close the connection.
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus EndOfStream ()
Indicates the stream has ended. The precise semantics of this method are
determined by the inheriting interface.
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus DiscardAllPacketsNoReply ()
Discards packets previously sent via `SendPacket` or `SendPacketNoReply`
and not yet released.
Caller provides the backing storage for FIDL message.