Function parse_ssrc

Source
pub fn parse_ssrc(packet: &[u8]) -> u32
Expand description

Parses the SSRC from the provided packet data.

This is applicable for packets where SSRC is available at [4..8].