Home
last modified time | relevance | path

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

/xiu/application/xiu/src/config/
H A Dmod.rs14 pub hls: Option<HlsConfig>,
64 let mut hls_config: Option<HlsConfig> = None; in new()
66 hls_config = Some(HlsConfig { in new()
131 pub struct HlsConfig { struct