Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/rtp/rtcp/
H A Drtcp_bye.rs22 pub struct RtcpBye { struct
29 impl Unmarshal<BytesMut, Result<Self, RtcpError>> for RtcpBye { argument
36 let mut rtcp_bye = RtcpBye { in unmarshal()
53 impl Marshal<Result<BytesMut, RtcpError>> for RtcpBye { implementation
H A Drtcp_context.rs7 rtcp_bye::RtcpBye,
154 pub fn generate_bye(&self) -> RtcpBye { in generate_bye() argument
156 RtcpBye { in generate_bye()