Home
last modified time | relevance | path

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

/xiu/protocol/hls/src/
H A Dm3u8.rs14 pub is_eof: bool, field
23 is_eof: bool, in new()
30 is_eof, in new()
101 is_eof: bool, in add_segment()
116 let segment = Segment::new(duration, discontinuity, ts_name, ts_path, is_eof); in add_segment()
176 if segment.is_eof { in refresh_playlist()
/xiu/protocol/rtmp/src/amf0/
H A Damf0_reader.rs114 let is_eof = self.is_read_object_eof()?; in read_object() localVariable
116 if is_eof { in read_object()