Searched refs:msg_stream_id (Results 1 – 3 of 3) sorted by relevance
| /xiu/protocol/rtmp/src/chunk/ |
| H A D | mod.rs | 59 pub fn new(timestamp: u32, msg_length: u32, msg_type_id: u8, msg_stream_id: u32) -> Self { in new() 64 msg_streamd_id: msg_stream_id, in new() 136 msg_stream_id: u32, in new() 145 msg_stream_id, in new()
|
| /xiu/protocol/rtmp/src/netstream/ |
| H A D | writer.rs | 26 async fn write_chunk(&mut self, msg_stream_id: u32) -> Result<(), NetStreamError> { in write_chunk() 35 msg_stream_id, in write_chunk()
|
| /xiu/protocol/rtmp/src/session/ |
| H A D | server_session.rs | 188 let msg_stream_id = chunk_info.message_header.msg_streamd_id; in read_parse_chunks() localVariable 191 self.process_messages(&mut msg, &msg_stream_id, ×tamp) in read_parse_chunks() 244 msg_stream_id: &u32, in process_messages() 255 msg_stream_id, in process_messages()
|