Home
last modified time | relevance | path

Searched refs:cause (Results 1 – 25 of 26) sorted by relevance

12

/xiu/library/container/flv/src/
H A Derrors.rs38 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 Derrors.rs28 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 Derrors.rs36 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 Derrors.rs20 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 Derrors.rs20 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 Derrors.rs24 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 Derrors.rs15 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 Derrors.rs16 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 Derrors.rs14 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 Derrors.rs34 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 Dbytes_errors.rs15 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 Dbytesio_errors.rs53 fn cause(&self) -> Option<&dyn Fail> { in cause() method
54 self.value.cause() in cause()
H A Dbits_errors.rs61 fn cause(&self) -> Option<&dyn Fail> { in cause() method
62 self.value.cause() in cause()
/xiu/protocol/rtmp/src/chunk/
H A Derrors.rs75 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 Derrors.rs23 fn cause(&self) -> Option<&dyn Fail> { in cause() method
24 self.value.cause() in cause()
/xiu/application/xiu/src/config/
H A Derrors.rs31 fn cause(&self) -> Option<&dyn Fail> { in cause() method
32 self.value.cause() in cause()
/xiu/library/codec/h264/src/
H A Derrors.rs30 fn cause(&self) -> Option<&dyn Fail> { in cause() method
31 self.value.cause() in cause()
/xiu/protocol/rtmp/src/cache/
H A Derrors.rs85 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 Derrors.rs83 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 Derrors.rs45 fn cause(&self) -> Option<&dyn Fail> { in cause() method
46 self.value.cause() in cause()
/xiu/protocol/rtmp/src/netconnection/
H A Derrors.rs55 fn cause(&self) -> Option<&dyn Fail> { in cause() method
56 self.value.cause() in cause()
/xiu/protocol/rtmp/src/user_control_messages/
H A Derrors.rs56 fn cause(&self) -> Option<&dyn Fail> { in cause() method
57 self.value.cause() in cause()
/xiu/library/streamhub/src/
H A Derrors.rs41 fn cause(&self) -> Option<&dyn Fail> { in cause() method
42 self.value.cause() in cause()
/xiu/library/container/mpegts/src/
H A Derrors.rs67 fn cause(&self) -> Option<&dyn Fail> { in cause() method
68 self.value.cause() in cause()
/xiu/protocol/rtmp/src/messages/
H A Derrors.rs78 fn cause(&self) -> Option<&dyn Fail> { in cause() method
79 self.value.cause() in cause()

12