Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/amf0/
H A Damf0_writer.rs34 Amf0ValueType::EcmaArray(ref val) => self.write_eacm_array(val), in write_any()
92 pub fn write_eacm_array( in write_eacm_array() method
/xiu/protocol/rtmp/src/remuxer/
H A Drtsp2rtmp.rs352 amf_writer.write_eacm_array(&properties)?; in gen_rtmp_meta_data()