Searched refs:RtpHeader (Results 1 – 5 of 5) sorted by relevance
12 pub struct RtpHeader { struct25 impl Unmarshal<&mut BytesReader, Result<Self, BytesReadError>> for RtpHeader { argument30 let mut rtp_header = RtpHeader::default(); in unmarshal()53 impl Marshal<Result<BytesMut, BytesWriteError>> for RtpHeader { implementation
16 use rtp_header::RtpHeader;23 pub header: RtpHeader,38 header: RtpHeader::unmarshal(reader)?, in unmarshal()94 fn new(header: RtpHeader) -> Self { in new()
11 use super::RtpHeader;26 header: RtpHeader,40 header: RtpHeader { in new()
13 use super::RtpHeader;25 header: RtpHeader,41 header: RtpHeader { in new()