Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/cache/
H A Dmetadata.rs27 pub fn save(&mut self, body: &BytesMut) { in save() method
H A Dmod.rs65 self.metadata.save(chunk_body); in save_metadata()
/xiu/protocol/httpflv/src/
H A Dhttpflv.rs108 metadata.save(&data); in write_flv_tag()