Searched defs:PackError (Results 1 – 6 of 6) sorted by relevance
| /xiu/protocol/rtmp/src/chunk/ |
| H A D | errors.rs | 50 pub struct PackError { struct 51 pub value: PackErrorValue, argument 54 impl From<PackErrorValue> for PackError { implementation 60 impl From<BytesWriteError> for PackError { implementation 68 impl fmt::Display for PackError { implementation 74 impl Fail for PackError { implementation
|
| H A D | packetizer.rs | 39 fn zip_chunk_header(&mut self, chunk_info: &mut ChunkInfo) -> Result<PackResult, PackError> { in zip_chunk_header() argument 86 fn write_basic_header(&mut self, fmt: u8, csid: u32) -> Result<(), PackError> { in write_basic_header() argument 104 ) -> Result<(), PackError> { in write_message_header() argument 163 fn write_extened_timestamp(&mut self, timestamp: u32) -> Result<(), PackError> { in write_extened_timestamp() argument 169 pub async fn write_chunk(&mut self, chunk_info: &mut ChunkInfo) -> Result<(), PackError> { in write_chunk() argument
|
| /xiu/protocol/rtmp/src/cache/ |
| H A D | errors.rs | 19 PackError(PackError), enumerator 99 PackError(PackError), enumerator
|
| /xiu/protocol/rtmp/src/netstream/ |
| H A D | errors.rs | 19 PackError(PackError), enumerator
|
| /xiu/protocol/rtmp/src/netconnection/ |
| H A D | errors.rs | 21 PackError(PackError), enumerator
|
| /xiu/protocol/rtmp/src/session/ |
| H A D | errors.rs | 50 PackError(#[cause] PackError), enumerator
|