Home
last modified time | relevance | path

Searched defs:SessionType (Results 1 – 3 of 3) sorted by relevance

/xiu/protocol/rtsp/src/session/
H A Ddefine.rs31 pub enum SessionType { enum
36 impl fmt::Display for SessionType { implementation
/xiu/protocol/rtmp/src/session/
H A Ddefine.rs29 pub enum SessionType { enum
34 impl fmt::Display for SessionType { implementation
H A Dcommon.rs58 session_type: SessionType, in new()