Searched refs:MpegTsError (Results 1 – 6 of 6) sorted by relevance
| /xiu/library/container/mpegts/src/ |
| H A D | errors.rs | 32 pub struct MpegTsError { struct 36 impl From<BytesReadError> for MpegTsError { implementation 38 MpegTsError { in from() 44 impl From<BytesWriteError> for MpegTsError { implementation 46 MpegTsError { in from() 52 impl From<Error> for MpegTsError { implementation 54 MpegTsError { in from() 60 impl fmt::Display for MpegTsError { implementation 66 impl Fail for MpegTsError { implementation
|
| H A D | ts.rs | 5 errors::{MpegTsError, MpegTsErrorValue}, 72 ) -> Result<(), MpegTsError> { in write() argument 140 ) -> Result<(), MpegTsError> { in write_ts_header_for_pat_pmt() argument 164 pub fn write_pes(&mut self, payload: BytesMut) -> Result<(), MpegTsError> { in write_pes() argument 211 ) -> Result<usize, MpegTsError> { in write_ts_header_for_pes() argument 322 pub fn find_stream(&mut self, pid: u16) -> Result<(), MpegTsError> { in find_stream() argument 351 Err(MpegTsError { in find_stream() 369 ) -> Result<u16, MpegTsError> { in pmt_add_stream() argument 373 return Err(MpegTsError { in pmt_add_stream() 407 return Err(MpegTsError { in add_program() [all …]
|
| H A D | pmt.rs | 5 errors::MpegTsError, 60 pub fn write(&mut self, pmt: &Pmt) -> Result<BytesMut, MpegTsError> { in write() argument 111 pub fn write_descriptor(&mut self) -> Result<(), MpegTsError> { in write_descriptor() argument
|
| H A D | pat.rs | 2 super::{crc32, define::epat_pid, errors::MpegTsError, pmt}, 52 pub fn write(&mut self, pat: Pat) -> Result<BytesMut, MpegTsError> { in write() argument
|
| H A D | pes.rs | 2 super::{define, errors::MpegTsError}, 86 ) -> Result<(), MpegTsError> { in write_pes_header() argument
|
| /xiu/protocol/hls/src/ |
| H A D | errors.rs | 11 xmpegts::errors::MpegTsError, 44 MpegTsError(#[cause] MpegTsError), enumerator 65 impl From<MpegTsError> for MediaError { 66 fn from(error: MpegTsError) -> Self { in from() 68 value: MediaErrorValue::MpegTsError(error), in from()
|