Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/session/
H A Dclient_session.rs300 let empty_cmd_obj: IndexMap<String, Amf0ValueType> = IndexMap::new(); in on_amf0_command_message() localVariable
304 _ => &empty_cmd_obj, in on_amf0_command_message()
H A Dserver_session.rs300 let empty_cmd_obj: IndexMap<String, Amf0ValueType> = IndexMap::new(); in on_amf0_command_message() localVariable
303 _ => &empty_cmd_obj, in on_amf0_command_message()