Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/rtp/rtcp/
H A Drtcp_app.rs22 pub struct RtcpApp { struct
29 impl Unmarshal<BytesMut, Result<Self, RtcpError>> for RtcpApp { argument
36 let mut rtcp_app = RtcpApp::default(); in unmarshal()
47 impl Marshal<Result<BytesMut, RtcpError>> for RtcpApp { implementation
H A Drtcp_context.rs6 rtcp_app::RtcpApp,
142 pub fn generate_app(&self, name: String, data: BytesMut) -> RtcpApp { in generate_app() argument
146 RtcpApp { in generate_app()