| /xiu/library/container/flv/src/ |
| H A D | errors.rs | 38 fn cause(&self) -> Option<&dyn Fail> { in cause() method 39 self.value.cause() in cause() 74 fn cause(&self) -> Option<&dyn Fail> { in cause() method 75 self.value.cause() in cause() 99 MpegAacError(#[cause] MpegAacError), 141 fn cause(&self) -> Option<&dyn Fail> { in cause() method 142 self.value.cause() in cause() 157 BitError(#[cause] BitError), 159 H264Error(#[cause] H264Error), 204 self.value.cause() in cause() [all …]
|
| /xiu/protocol/rtmp/src/session/ |
| H A D | errors.rs | 28 Amf0WriteError(#[cause] Amf0WriteError), 34 UnPackError(#[cause] UnpackError), 37 MessageError(#[cause] MessageError), 43 NetStreamError(#[cause] NetStreamError), 48 BytesIOError(#[cause] BytesIOError), 50 PackError(#[cause] PackError), 52 HandshakeError(#[cause] HandshakeError), 54 CacheError(#[cause] CacheError), 56 RecvError(#[cause] RecvError), 58 ChannelError(#[cause] ChannelError), [all …]
|
| /xiu/protocol/hls/src/ |
| H A D | errors.rs | 36 SessionError(#[cause] SessionError), 38 Amf0WriteError(#[cause] Amf0WriteError), 40 MetadataError(#[cause] MetadataError), 44 MpegTsError(#[cause] MpegTsError), 46 IOError(#[cause] std::io::Error), 104 fn cause(&self) -> Option<&dyn Fail> { in cause() method 105 self.value.cause() in cause() 124 ChannelError(#[cause] ChannelError), 126 SessionError(#[cause] SessionError), 134 MediaError(#[cause] MediaError), [all …]
|
| /xiu/protocol/rtsp/src/session/ |
| H A D | errors.rs | 20 BytesIOError(#[cause] BytesIOError), 22 BytesReadError(#[cause] BytesReadError), 24 BytesWriteError(#[cause] BytesWriteError), 26 Utf8Error(#[cause] Utf8Error), 28 UnPackerError(#[cause] UnPackerError), 34 PackerError(#[cause] PackerError), 36 ChannelError(#[cause] ChannelError), 38 RecvError(#[cause] RecvError), 114 fn cause(&self) -> Option<&dyn Fail> { in cause() method 115 self.value.cause() in cause()
|
| /xiu/protocol/webrtc/src/session/ |
| H A D | errors.rs | 20 BytesIOError(#[cause] BytesIOError), 22 BytesReadError(#[cause] BytesReadError), 24 BytesWriteError(#[cause] BytesWriteError), 26 Utf8Error(#[cause] Utf8Error), 28 ChannelError(#[cause] ChannelError), 30 RTCError(#[cause] RTCError), 32 RecvError(#[cause] RecvError), 112 fn cause(&self) -> Option<&dyn Fail> { in cause() method 113 self.value.cause() in cause()
|
| /xiu/protocol/rtmp/src/remuxer/ |
| H A D | errors.rs | 24 SessionError(#[cause] SessionError), 26 Amf0WriteError(#[cause] Amf0WriteError), 28 MetadataError(#[cause] MetadataError), 30 RecvError(#[cause] RecvError), 32 BytesReadError(#[cause] BytesReadError), 34 BytesWriteError(#[cause] BytesWriteError), 36 MpegAvcError(#[cause] Mpeg4AvcHevcError), 38 FlvMuxerError(#[cause] FlvMuxerError), 42 ChannelError(#[cause] ChannelError), 44 OneshotRecvError(#[cause] OneshotRecvError),
|
| /xiu/protocol/rtsp/src/rtp/ |
| H A D | errors.rs | 15 fn cause(&self) -> Option<&dyn Fail> { in cause() method 16 self.value.cause() in cause() 35 BytesWriteError(#[cause] BytesWriteError), 64 BytesWriteError(#[cause] BytesWriteError), 90 fn cause(&self) -> Option<&dyn Fail> { in cause() method 91 self.value.cause() in cause()
|
| /xiu/protocol/webrtc/src/ |
| H A D | errors.rs | 16 RTCError(#[cause] RTCError), 18 RTCUtilError(#[cause] RTCUtilError), 46 fn cause(&self) -> Option<&dyn Fail> { in cause() method 47 self.value.cause() in cause()
|
| /xiu/protocol/rtmp/src/amf0/ |
| H A D | errors.rs | 14 StringParseError(#[cause] string::FromUtf8Error), 80 fn cause(&self) -> Option<&dyn Fail> { in cause() method 81 self.value.cause() in cause() 96 fn cause(&self) -> Option<&dyn Fail> { in cause() method 97 self.value.cause() in cause()
|
| /xiu/protocol/rtmp/src/protocol_control_messages/ |
| H A D | errors.rs | 34 fn cause(&self) -> Option<&dyn Fail> { in cause() method 35 self.value.cause() in cause() 69 fn cause(&self) -> Option<&dyn Fail> { in cause() method 70 self.value.cause() in cause()
|
| /xiu/library/bytesio/src/ |
| H A D | bytes_errors.rs | 15 IO(#[cause] io::Error), 99 fn cause(&self) -> Option<&dyn Fail> { in cause() method 100 self.value.cause() in cause() 115 fn cause(&self) -> Option<&dyn Fail> { in cause() method 116 self.value.cause() in cause()
|
| H A D | bytesio_errors.rs | 53 fn cause(&self) -> Option<&dyn Fail> { in cause() method 54 self.value.cause() in cause()
|
| H A D | bits_errors.rs | 61 fn cause(&self) -> Option<&dyn Fail> { in cause() method 62 self.value.cause() in cause()
|
| /xiu/protocol/rtmp/src/chunk/ |
| H A D | errors.rs | 75 fn cause(&self) -> Option<&dyn Fail> { in cause() method 76 self.value.cause() in cause() 91 fn cause(&self) -> Option<&dyn Fail> { in cause() method 92 self.value.cause() in cause()
|
| /xiu/protocol/rtmp/src/utils/ |
| H A D | errors.rs | 23 fn cause(&self) -> Option<&dyn Fail> { in cause() method 24 self.value.cause() in cause()
|
| /xiu/application/xiu/src/config/ |
| H A D | errors.rs | 31 fn cause(&self) -> Option<&dyn Fail> { in cause() method 32 self.value.cause() in cause()
|
| /xiu/library/codec/h264/src/ |
| H A D | errors.rs | 30 fn cause(&self) -> Option<&dyn Fail> { in cause() method 31 self.value.cause() in cause()
|
| /xiu/protocol/rtmp/src/cache/ |
| H A D | errors.rs | 85 fn cause(&self) -> Option<&dyn Fail> { in cause() method 86 self.value.cause() in cause() 117 fn cause(&self) -> Option<&dyn Fail> { in cause() method 118 self.value.cause() in cause()
|
| /xiu/protocol/rtmp/src/handshake/ |
| H A D | errors.rs | 83 fn cause(&self) -> Option<&dyn Fail> { in cause() method 84 self.value.cause() in cause() 124 fn cause(&self) -> Option<&dyn Fail> { in cause() method 125 self.value.cause() in cause()
|
| /xiu/protocol/rtmp/src/netstream/ |
| H A D | errors.rs | 45 fn cause(&self) -> Option<&dyn Fail> { in cause() method 46 self.value.cause() in cause()
|
| /xiu/protocol/rtmp/src/netconnection/ |
| H A D | errors.rs | 55 fn cause(&self) -> Option<&dyn Fail> { in cause() method 56 self.value.cause() in cause()
|
| /xiu/protocol/rtmp/src/user_control_messages/ |
| H A D | errors.rs | 56 fn cause(&self) -> Option<&dyn Fail> { in cause() method 57 self.value.cause() in cause()
|
| /xiu/library/streamhub/src/ |
| H A D | errors.rs | 41 fn cause(&self) -> Option<&dyn Fail> { in cause() method 42 self.value.cause() in cause()
|
| /xiu/library/container/mpegts/src/ |
| H A D | errors.rs | 67 fn cause(&self) -> Option<&dyn Fail> { in cause() method 68 self.value.cause() in cause()
|
| /xiu/protocol/rtmp/src/messages/ |
| H A D | errors.rs | 78 fn cause(&self) -> Option<&dyn Fail> { in cause() method 79 self.value.cause() in cause()
|