[][src]Function audiopus::packet::nb_channels

pub fn nb_channels<'a, I>(packet: I) -> Result<Channels> where
    I: TryInto<Packet<'a>>,