Home
last modified time | relevance | path

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

/xiu/library/container/mpegts/src/
H A Dutils.rs2 super::define::epsi_stream_type,
21 matches!(stream_type, epsi_stream_type::PSI_STREAM_H264) in is_steam_type_video()
27 epsi_stream_type::PSI_STREAM_AUDIO_OPUS in is_steam_type_audio()
28 | epsi_stream_type::PSI_STREAM_AAC in is_steam_type_audio()
29 | epsi_stream_type::PSI_STREAM_MP3 in is_steam_type_audio()
30 | epsi_stream_type::PSI_STREAM_MPEG4_AAC in is_steam_type_audio()
H A Dpmt.rs4 define::{epat_pid, epsi_stream_type},
85 let stream_type = if stream.codec_id == epsi_stream_type::PSI_STREAM_AUDIO_OPUS { in write()
86 epsi_stream_type::PSI_STREAM_PRIVATE_DATA in write()
H A Ddefine.rs11 pub mod epsi_stream_type { module
H A Dpes.rs161 if define::epsi_stream_type::PSI_STREAM_H264 == stream_data.codec_id && !h264_h265_with_aud in write_pes_header()
/xiu/protocol/hls/src/
H A Dflv2hls.rs9 define::{epsi_stream_type, MPEG_FLAG_IDR_FRAME},
39 .add_stream(epsi_stream_type::PSI_STREAM_AAC, BytesMut::new()) in new()
42 .add_stream(epsi_stream_type::PSI_STREAM_H264, BytesMut::new()) in new()