pub type TrackPacketSender = UnboundedSender<AudioFrame>;
pub struct TrackPacketSender { /* private fields */ }