Home
last modified time | relevance | path

Searched refs:add_stream (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/hls/src/
H A Dflv2hls.rs39 .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()
/xiu/library/container/mpegts/src/
H A Dts.rs356 pub fn add_stream(&mut self, codecid: u8, extra_data: BytesMut) -> Result<u16, MpegTsError> { in add_stream() method