Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/cache/
H A Dmod.rs69 pub fn get_metadata(&self) -> Option<FrameData> { in get_metadata() method
/xiu/protocol/rtmp/src/session/
H A Dcommon.rs498 if let Some(meta_body_data) = cache.get_metadata() { in send_prior_data()