Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/rtp/
H A Drtp_header.rs12 pub struct RtpHeader { struct
25 impl Unmarshal<&mut BytesReader, Result<Self, BytesReadError>> for RtpHeader { argument
30 let mut rtp_header = RtpHeader::default(); in unmarshal()
53 impl Marshal<Result<BytesMut, BytesWriteError>> for RtpHeader { implementation
H A Dmod.rs16 use rtp_header::RtpHeader;
23 pub header: RtpHeader,
38 header: RtpHeader::unmarshal(reader)?, in unmarshal()
94 fn new(header: RtpHeader) -> Self { in new()
H A Drtp_aac.rs11 use super::RtpHeader;
26 header: RtpHeader,
40 header: RtpHeader { in new()
H A Drtp_h265.rs13 use super::RtpHeader;
25 header: RtpHeader,
41 header: RtpHeader { in new()
H A Drtp_h264.rs13 use super::RtpHeader;
25 header: RtpHeader,
41 header: RtpHeader { in new()