Type Alias webrtc::rtp_transceiver::SSRC

source ·
pub type SSRC = u32;
Expand description

SSRC represents a synchronization source A synchronization source is a randomly chosen value meant to be globally unique within a particular RTP session. Used to identify a single stream of media. https://tools.ietf.org/html/rfc3550#section-3