template <>

class NaturalEventSender

Defined at line 7607 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/natural_messaging.h

Public Methods

::fit::result< ::fidl::OneWayError> OnPacketProduced (const ::fuchsia_media::StreamSourceOnPacketProducedRequest & payload)

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.

::fit::result< ::fidl::OneWayError> OnEndOfStream ()

Indicates that the stream has ended.