packet_channels

Function packet_channels 

Source
pub fn packet_channels(packet: &[u8]) -> Result<Channels>
Expand description

Get channel count encoded by the packet.

ยงErrors

Returns InvalidPacket if the packet is malformed.