class StreamSource

Defined at line 22349 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h

Produces a stream of packets. This interface is typically inherited along

with `StreamBufferSet` to enable the transport of elementary streams from

services to clients.

Public Methods

void ~StreamSource ()
void ReleasePacket (::fuchsia::media::StreamPacket packet)

Releases payload memory associated with a packet previously delivered

via `OnPacketProduced`.

void DiscardAllPackets (DiscardAllPacketsCallback callback)
void DiscardAllPacketsNoReply ()