Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/cache/
H A Dmod.rs172 pub fn get_gops_data(&self) -> Option<VecDeque<Gop>> { in get_gops_data() method
/xiu/protocol/rtmp/src/session/
H A Dcommon.rs518 if let Some(gops_data) = cache.get_gops_data() { in send_prior_data()