Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/chunk/
H A Dunpacketizer.rs283 let format_id = (byte >> 6) & 0b00000011; in read_basic_header() localVariable
328 if format_id != 0 { in read_basic_header()
332 format_id in read_basic_header()
349 if format_id == 0 { in read_basic_header()
354 self.current_chunk_info.basic_header.format = format_id; in read_basic_header()
360 format_id, csid, in read_basic_header()