//! [`Encoded`]: one encoded packet on its way to a track.
use Bytes;
use crateActivity;
/// One encoded audio packet, plus what the codec was doing when it produced it.
///
/// Named for what it holds rather than mirroring [`Frame`](crate::Frame), so the
/// two never read alike at a call site that handles both.