Searched refs:stream_type (Results 1 – 4 of 4) sorted by relevance
20 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()
85 let stream_type = if stream.codec_id == epsi_stream_type::PSI_STREAM_AUDIO_OPUS { in write() localVariable90 tmp_bytes_writer.write_u8(stream_type)?; in write()
147 stream_type: &String, in write_publish()153 self.amf0_writer.write_string(stream_type)?; in write_publish()
401 stream_type: &String, in send_publish()405 .write_publish(transaction_id, stream_name, stream_type) in send_publish()