Home
last modified time | relevance | path

Searched refs:bool (Results 1 – 25 of 32) sorted by relevance

12

/xiu/protocol/hls/src/
H A Dm3u8.rs10 pub discontinuity: bool,
14 pub is_eof: bool,
20 discontinuity: bool, in new() argument
23 is_eof: bool, in new() argument
53 need_record: bool,
64 need_record: bool, in new() argument
100 discontinuity: bool, in add_segment() argument
101 is_eof: bool, in add_segment() argument
146 pub fn generate_m3u8_header(&self, is_vod: bool) -> String { in generate_m3u8_header()
H A Dremuxer.rs12 need_record: bool,
19 need_record: bool, in new() argument
H A Dflv2hls.rs27 need_new_segment: bool,
36 pub fn new(duration: i64, app_name: String, stream_name: String, need_record: bool) -> Self { in new()
90 let mut discontinuity: bool = false; in flush_remaining_data()
145 let mut discontinuity: bool = false; in process_demux_data()
H A Dflv_data_receiver.rs39 need_record: bool, in new() argument
/xiu/application/xiu/src/config/
H A Dmod.rs93 pub enabled: bool,
101 pub enabled: bool,
107 pub enabled: bool,
114 pub enabled: bool,
120 pub enabled: bool,
126 pub enabled: bool,
132 pub enabled: bool,
135 pub need_record: bool,
154 pub enabled: bool,
166 pub enabled: bool,
/xiu/protocol/rtmp/src/cache/
H A Dgop.rs30 pub fn is_empty(&self) -> bool { in is_empty() argument
55 pub fn save_frame_data(&mut self, data: FrameData, is_key_frame: bool) { in save_frame_data() argument
75 pub fn setted(&self) -> bool { in setted() argument
H A Dmetadata.rs43 pub fn is_metadata(&mut self, body: BytesMut) -> bool { in is_metadata() argument
/xiu/library/streamhub/src/statistics/
H A Davstatistics.rs32 pub sender: Sender<bool>,
37 let (s, _): (Sender<bool>, Receiver<bool>) = mpsc::channel(1); in new()
75 pub async fn notify_video_statistics_info(&mut self, data_size: usize, is_key_frame: bool) { in notify_video_statistics_info() argument
95 let (s, mut r): (Sender<bool>, Receiver<bool>) = mpsc::channel(1); in start()
/xiu/library/container/mpegts/src/
H A Dutils.rs20 pub fn is_steam_type_video(stream_type: u8) -> bool { in is_steam_type_video() argument
24 pub fn is_steam_type_audio(stream_type: u8) -> bool { in is_steam_type_audio() argument
H A Dpes.rs76 pub fn is_empty(&self) -> bool { in is_empty() argument
85 h264_h265_with_aud: bool, in write_pes_header() argument
H A Dts.rs18 h264_h265_with_aud: bool,
165 let mut is_start: bool = true; in write_pes()
210 is_start: bool, in write_ts_header_for_pes() argument
/xiu/protocol/rtmp/src/
H A Dconfig.rs1 pub const DEBUG: bool = false;
/xiu/protocol/rtmp/src/amf0/
H A Ddefine.rs6 Boolean(bool),
H A Damf0_writer.rs45 pub fn write_bool(&mut self, value: &bool) -> Result<(), Amf0WriteError> { in write_bool()
125 pub fn is_empty(&self) -> bool { in is_empty() argument
/xiu/protocol/rtmp/src/netstream/
H A Dwriter.rs48 reset: &bool, in write_play() argument
119 enable: &bool, in write_receive_audio() argument
133 enable: &bool, in write_receive_video() argument
170 pause: &bool, in write_pause() argument
/xiu/library/streamhub/src/
H A Dlib.rs272 rtmp_push_enabled: bool,
273 rtmp_remuxer_enabled: bool,
275 rtmp_pull_enabled: bool,
277 hls_enabled: bool,
304 pub fn set_rtmp_push_enabled(&mut self, enabled: bool) { in set_rtmp_push_enabled() argument
308 pub fn set_rtmp_pull_enabled(&mut self, enabled: bool) { in set_rtmp_pull_enabled() argument
312 pub fn set_rtmp_remuxer_enabled(&mut self, enabled: bool) { in set_rtmp_remuxer_enabled() argument
316 pub fn set_hls_enabled(&mut self, enabled: bool) { in set_hls_enabled() argument
/xiu/library/logger/src/
H A Dlogger.rs91 r: Receiver<bool>, in gen_log_file_thread_run() argument
136 close_sender: Option<Sender<bool>>,
164 let (send, receiver) = channel::<bool>(); in new()
/xiu/protocol/rtsp/src/rtp/
H A Dutils.rs68 pub(super) fn is_fu_start(fu_header: u8) -> bool { in is_fu_start() argument
72 pub(super) fn is_fu_end(fu_header: u8) -> bool { in is_fu_end() argument
/xiu/library/container/flv/src/
H A Dmpeg4_avc.rs31 pub fn is_empty(&self) -> bool { in is_empty() argument
52 pub fn is_empty(&self) -> bool { in is_empty() argument
H A Ddemuxer.rs75 pub has_data: bool,
/xiu/library/bytesio/src/
H A Dbits_reader.rs30 pub fn is_empty(&self) -> bool { in is_empty() argument
H A Dbits_writer.rs122 pub fn is_empty(&self) -> bool { in is_empty() argument
H A Dbytes_writer.rs149 pub fn is_empty(&self) -> bool { in is_empty() argument
/xiu/application/xiu/src/
H A Dservice.rs172 let mut rtmp_enabled: bool = false; in start_rtmp_remuxer()
/xiu/protocol/rtmp/src/session/
H A Dserver_session.rs58 has_remaing_data: bool,
546 let mut reset: Option<bool> = None; in on_play()

12