class PacketStreamSink

Defined at line 398 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/markers.h

The protocol for streaming packet-based audio data.

This protocol functions as a data sink. The "server" of this protocol consumes packets,

and the "client" produces packets.

This protocol can be used in two directions:

1. **Output (Client -> Driver)**: The Driver implements `PacketStreamSink`. The Client (App)

calls `PutPacket`.

2. **Input (Driver -> Client)**: The Client (App) implements `PacketStreamSink`. The Driver

calls `PutPacket`.

Public Members

static Openness kOpenness

Records