Home
last modified time | relevance | path

Searched refs:SET_CHUNK_SIZE (Results 1 – 4 of 4) sorted by relevance

/xiu/protocol/rtmp/src/messages/
H A Ddefine.rs67 pub const SET_CHUNK_SIZE: u8 = 1; constant
H A Dparser.rs88 msg_type_id::SET_CHUNK_SIZE => { in parse()
/xiu/protocol/rtmp/src/protocol_control_messages/
H A Dwriter.rs37 self.write_control_message_header(msg_type_id::SET_CHUNK_SIZE, 4)?; in write_set_chunk_size()
/xiu/protocol/rtmp/src/chunk/
H A Dunpacketizer.rs152 if msg_type_id == msg_type_id::SET_CHUNK_SIZE { in read_chunks()