Home
last modified time | relevance | path

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

/xiu/application/xiu/src/config/
H A Dmod.rs11 pub rtsp: Option<RtspConfig>,
40 let mut rtsp_config: Option<RtspConfig> = None; in new()
42 rtsp_config = Some(RtspConfig { in new()
113 pub struct RtspConfig { struct