Searched refs:add_stream (Results 1 – 2 of 2) sorted by relevance
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()
356 pub fn add_stream(&mut self, codecid: u8, extra_data: BytesMut) -> Result<u16, MpegTsError> { in add_stream() method