Home
last modified time | relevance | path

Searched refs:stream_type (Results 1 – 4 of 4) 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()
21 matches!(stream_type, epsi_stream_type::PSI_STREAM_H264) in is_steam_type_video()
24 pub fn is_steam_type_audio(stream_type: u8) -> bool { in is_steam_type_audio()
26 stream_type, in is_steam_type_audio()
H A Dpmt.rs85 let stream_type = if stream.codec_id == epsi_stream_type::PSI_STREAM_AUDIO_OPUS { in write() localVariable
90 tmp_bytes_writer.write_u8(stream_type)?; in write()
/xiu/protocol/rtmp/src/netstream/
H A Dwriter.rs147 stream_type: &String, in write_publish()
153 self.amf0_writer.write_string(stream_type)?; in write_publish()
/xiu/protocol/rtmp/src/session/
H A Dclient_session.rs401 stream_type: &String, in send_publish()
405 .write_publish(transaction_id, stream_name, stream_type) in send_publish()