Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/netstream/
H A Dwriter.rs48 reset: &bool, in write_play()
56 self.amf0_writer.write_bool(reset)?; in write_play()
/xiu/library/container/mpegts/src/
H A Dts.rs53 pub fn reset(&mut self) { in reset() method
399 self.reset(); in pmt_add_stream()
/xiu/protocol/hls/src/
H A Dflv2hls.rs155 self.ts_muxer.reset(); in process_demux_data()
/xiu/protocol/rtmp/src/session/
H A Dserver_session.rs546 let mut reset: Option<bool> = None; in on_play() localVariable
580 reset = match other_values.remove(0) { in on_play()
598 reset.is_some() in on_play()
H A Dclient_session.rs417 reset: &bool, in send_play()
421 .write_play(transaction_id, stream_name, start, duration, reset) in send_play()