Module bt_a2dp::stream

source ·
Expand description

Handling AVDTP streams

Structs§

  • Manages a local StreamEndpoint and its associated media task, starting and stopping the related media task in sync with the endpoint’s configured or streaming state. Note that this does not coordinate state with peer, which is done by bt_a2dp::Peer.
  • A set of streams, indexed by their local endpoint ID.
  • Builds a set of streams, based on the capabilities of a set of MediaTaskBuilders that are supported and configured by the system.