Home
last modified time | relevance | path

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

/xiu/application/xiu/src/config/
H A Dmod.rs10 pub rtmp: Option<RtmpConfig>,
29 let mut rtmp_config: Option<RtmpConfig> = None; in new()
31 rtmp_config = Some(RtmpConfig { in new()
92 pub struct RtmpConfig { struct