audiopus::repacketizer

Function packet_pad

Source
pub fn packet_pad<'a, TP>(data: TP, new_len: i32) -> Result<()>
where TP: TryInto<MutPacket<'a>>,