Searched refs:others (Results 1 – 4 of 4) sorted by relevance
| /xiu/protocol/rtmp/src/session/ |
| H A D | server_session.rs | 252 others, in process_messages() 259 others, in process_messages() 287 others: &mut Vec<Amf0ValueType>, in on_amf0_command_message() 316 if !others.is_empty() { in on_amf0_command_message() 317 let stream_id = match others.pop() { in on_amf0_command_message() 339 self.on_play(transaction_id, stream_id, others).await?; in on_amf0_command_message() 343 self.on_publish(transaction_id, stream_id, others).await?; in on_amf0_command_message()
|
| H A D | client_session.rs | 241 others, in process_messages() 244 self.on_amf0_command_message(command_name, transaction_id, command_object, others) in process_messages() 286 others: &mut Vec<Amf0ValueType>, in on_amf0_command_message() 323 match others.remove(0) { in on_amf0_command_message()
|
| /xiu/protocol/rtmp/src/messages/ |
| H A D | parser.rs | 51 let others = amf_reader.read_all()?; in parse() localVariable 57 others, in parse()
|
| H A D | define.rs | 22 others: Vec<Amf0ValueType>,
|