Home
last modified time | relevance | path

Searched refs:csrcs (Results 1 – 1 of 1) sorted by relevance

/xiu/protocol/rtsp/src/rtp/
H A Drtp_header.rs22 pub csrcs: Vec<u32>, field
46 rtp_header.csrcs.push(reader.read_u32::<BigEndian>()?); in unmarshal()
82 for csrc in &self.csrcs { in marshal()