Home
last modified time | relevance | path

Searched refs:command_name (Results 1 – 5 of 5) sorted by relevance

/xiu/protocol/rtmp/src/amf0/
H A Damf0_reader.rs204 let command_name = amf_reader.read_with_type(amf0_markers::STRING).unwrap(); in test_amf_reader() localVariable
206 command_name, in test_amf_reader()
331 let command_name = amf_reader.read_with_type(amf0_markers::STRING).unwrap(); in test_player_connect_reader() localVariable
334 command_name, in test_player_connect_reader()
/xiu/protocol/rtmp/src/messages/
H A Dparser.rs34 let command_name = amf_reader.read_with_type(amf0_markers::STRING)?; in parse() localVariable
54 command_name, in parse()
H A Ddefine.rs19 command_name: Amf0ValueType,
/xiu/protocol/rtmp/src/session/
H A Dclient_session.rs238 command_name, in process_messages()
244 self.on_amf0_command_message(command_name, transaction_id, command_object, others) in process_messages()
283 command_name: &Amf0ValueType, in on_amf0_command_message()
290 let cmd_name = match command_name { in on_amf0_command_message()
H A Dserver_session.rs249 command_name, in process_messages()
256 command_name, in process_messages()
284 command_name: &Amf0ValueType, in on_amf0_command_message()
290 let cmd_name = match command_name { in on_amf0_command_message()