Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/chunk/
H A Dunpacketizer.rs551 let cur_format_id = self.current_chunk_info.basic_header.format; in read_extended_timestamp() localVariable
552 if cur_format_id == 1 in read_extended_timestamp()
553 || cur_format_id == 2 in read_extended_timestamp()
554 || (cur_format_id == 3 && self.current_chunk_info.payload.is_empty()) in read_extended_timestamp()