template <>

class WireBufferEventSender

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

Public Methods

fidl::OneWayStatus OnPacketProduced (const ::fuchsia_media::wire::StreamPacket & packet)

Delivers a packet produced by the service. When the client is done with

the payload memory, the client must call `ReleasePacket` to release the

payload memory.

fidl::OneWayStatus OnEndOfStream ()

Indicates that the stream has ended.