Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/remuxer/
H A Drtsp2rtmp.rs22 crate::session::common::Common,
39 rtmp_handler: Common,
77 rtmp_handler: Common::new(None, event_producer, SessionType::Server, None), in new()
/xiu/protocol/rtmp/src/session/
H A Dcommon.rs37 pub struct Common { struct
54 impl Common { argument
545 impl fmt::Debug for Common { implementation
H A Dclient_session.rs5 common::Common,
72 common: Common,
121 let common = Common::new(packetizer, event_producer, SessionType::Client, remote_addr); in new()
H A Dserver_session.rs5 common::Common,
64 pub common: Common,
89 common: Common::new( in new()