Searched defs:MpegTsError (Results 1 – 6 of 6) sorted by relevance
| /xiu/library/container/mpegts/src/ |
| H A D | errors.rs | 32 pub struct MpegTsError { struct 33 pub value: MpegTsErrorValue, argument 36 impl From<BytesReadError> for MpegTsError { implementation 44 impl From<BytesWriteError> for MpegTsError { implementation 52 impl From<Error> for MpegTsError { implementation 60 impl fmt::Display for MpegTsError { implementation 66 impl Fail for MpegTsError { implementation
|
| H A D | ts.rs | 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 356 pub fn add_stream(&mut self, codecid: u8, extra_data: BytesMut) -> Result<u16, MpegTsError> { in add_stream() argument 369 ) -> Result<u16, MpegTsError> { in pmt_add_stream() argument 404 pub fn add_program(&mut self, program_number: u16, info: BytesMut) -> Result<(), MpegTsError> { in add_program() argument
|
| H A D | pmt.rs | 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 | 52 pub fn write(&mut self, pat: Pat) -> Result<BytesMut, MpegTsError> { in write() argument
|
| H A D | pes.rs | 86 ) -> Result<(), MpegTsError> { in write_pes_header() argument
|
| /xiu/protocol/hls/src/ |
| H A D | errors.rs | 44 MpegTsError(#[cause] MpegTsError), enumerator
|