Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 22 of 22) sorted by relevance

/xiu/library/container/mpegts/src/
H A Dutils.rs20 pub fn is_steam_type_video(stream_type: u8) -> bool { in is_steam_type_video()
24 pub fn is_steam_type_audio(stream_type: u8) -> bool { in is_steam_type_audio()
H A Dpes.rs76 pub fn is_empty(&self) -> bool { in is_empty()
85 h264_h265_with_aud: bool, in write_pes_header()
H A Dts.rs210 is_start: bool, in write_ts_header_for_pes()
/xiu/protocol/rtmp/src/cache/
H A Dgop.rs30 pub fn is_empty(&self) -> bool { in is_empty()
55 pub fn save_frame_data(&mut self, data: FrameData, is_key_frame: bool) { in save_frame_data()
75 pub fn setted(&self) -> bool { in setted()
H A Dmetadata.rs43 pub fn is_metadata(&mut self, body: BytesMut) -> bool { in is_metadata()
/xiu/protocol/hls/src/
H A Dm3u8.rs20 discontinuity: bool, in new()
23 is_eof: bool, in new()
64 need_record: bool, in new()
100 discontinuity: bool, in add_segment()
101 is_eof: bool, in add_segment()
H A Dremuxer.rs19 need_record: bool, in new()
H A Dflv_data_receiver.rs39 need_record: bool, in new()
/xiu/protocol/rtmp/src/netstream/
H A Dwriter.rs48 reset: &bool, in write_play()
119 enable: &bool, in write_receive_audio()
133 enable: &bool, in write_receive_video()
170 pause: &bool, in write_pause()
/xiu/protocol/rtsp/src/rtp/
H A Dutils.rs68 pub(super) fn is_fu_start(fu_header: u8) -> bool { in is_fu_start()
72 pub(super) fn is_fu_end(fu_header: u8) -> bool { in is_fu_end()
/xiu/library/streamhub/src/
H A Dlib.rs304 pub fn set_rtmp_push_enabled(&mut self, enabled: bool) { in set_rtmp_push_enabled()
308 pub fn set_rtmp_pull_enabled(&mut self, enabled: bool) { in set_rtmp_pull_enabled()
312 pub fn set_rtmp_remuxer_enabled(&mut self, enabled: bool) { in set_rtmp_remuxer_enabled()
316 pub fn set_hls_enabled(&mut self, enabled: bool) { in set_hls_enabled()
/xiu/library/streamhub/src/statistics/
H A Davstatistics.rs75 pub async fn notify_video_statistics_info(&mut self, data_size: usize, is_key_frame: bool) { in notify_video_statistics_info()
/xiu/library/bytesio/src/
H A Dbits_reader.rs30 pub fn is_empty(&self) -> bool { in is_empty()
H A Dbits_writer.rs122 pub fn is_empty(&self) -> bool { in is_empty()
H A Dbytes_writer.rs149 pub fn is_empty(&self) -> bool { in is_empty()
H A Dbytes_reader.rs140 pub fn is_empty(&self) -> bool { in is_empty()
/xiu/protocol/rtmp/src/amf0/
H A Damf0_writer.rs125 pub fn is_empty(&self) -> bool { in is_empty()
H A Damf0_reader.rs101 pub fn is_read_object_eof(&mut self) -> Result<bool, Amf0ReadError> { in is_read_object_eof()
/xiu/library/logger/src/
H A Dlogger.rs91 r: Receiver<bool>, in gen_log_file_thread_run()
/xiu/library/container/flv/src/
H A Dmpeg4_avc.rs31 pub fn is_empty(&self) -> bool { in is_empty()
52 pub fn is_empty(&self) -> bool { in is_empty()
/xiu/protocol/rtmp/src/remuxer/
H A Drtsp2rtmp.rs396 contains_idr: bool, in gen_rtmp_video_frame_data()
/xiu/protocol/rtmp/src/session/
H A Dclient_session.rs417 reset: &bool, in send_play()