Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 27) sorted by relevance

12

/xiu/protocol/rtmp/src/session/
H A Derrors.rs85 fn from(error: Amf0WriteError) -> Self { in from() method
93 fn from(error: BytesWriteError) -> Self { in from() method
109 fn from(error: UnpackError) -> Self { in from() method
117 fn from(error: MessageError) -> Self { in from() method
141 fn from(error: NetStreamError) -> Self { in from() method
157 fn from(error: BytesIOError) -> Self { in from() method
165 fn from(error: PackError) -> Self { in from() method
173 fn from(error: HandshakeError) -> Self { in from() method
181 fn from(error: CacheError) -> Self { in from() method
189 fn from(error: RecvError) -> Self { in from() method
[all …]
/xiu/protocol/rtmp/src/remuxer/
H A Derrors.rs49 fn from(error: RecvError) -> Self { in from() method
57 fn from(error: SessionError) -> Self { in from() method
65 fn from(error: Amf0WriteError) -> Self { in from() method
73 fn from(error: MetadataError) -> Self { in from() method
81 fn from(error: BytesReadError) -> Self { in from() method
89 fn from(error: BytesWriteError) -> Self { in from() method
97 fn from(error: Mpeg4AvcHevcError) -> Self { in from() method
105 fn from(error: FlvMuxerError) -> Self { in from() method
113 fn from(error: ChannelError) -> Self { in from() method
121 fn from(error: OneshotRecvError) -> Self { in from() method
/xiu/protocol/hls/src/
H A Derrors.rs50 fn from(error: SessionError) -> Self { in from() method
58 fn from(error: FlvDemuxerError) -> Self { in from() method
66 fn from(error: MpegTsError) -> Self { in from() method
74 fn from(error: Amf0WriteError) -> Self { in from() method
82 fn from(error: MetadataError) -> Self { in from() method
90 fn from(error: std::io::Error) -> Self { in from() method
141 fn from(error: RecvError) -> Self { in from() method
149 fn from(error: MediaError) -> Self { in from() method
157 fn from(error: SessionError) -> Self { in from() method
181 fn from(error: MetadataError) -> Self { in from() method
[all …]
/xiu/protocol/rtsp/src/session/
H A Derrors.rs44 fn from(error: BytesIOError) -> Self { in from() method
52 fn from(error: BytesReadError) -> Self { in from() method
60 fn from(error: BytesWriteError) -> Self { in from() method
68 fn from(error: Utf8Error) -> Self { in from() method
76 fn from(error: PackerError) -> Self { in from() method
84 fn from(error: UnPackerError) -> Self { in from() method
92 fn from(error: ChannelError) -> Self { in from() method
100 fn from(error: RecvError) -> Self { in from() method
/xiu/protocol/httpflv/src/
H A Derrors.rs52 fn from(error: SessionError) -> Self { in from() method
60 fn from(error: FlvMuxerError) -> Self { in from() method
68 fn from(error: SendError) -> Self { in from() method
76 fn from(error: Amf0WriteError) -> Self { in from() method
84 fn from(error: MetadataError) -> Self { in from() method
92 fn from(error: ChannelError) -> Self { in from() method
100 fn from(error: RecvError) -> Self { in from() method
/xiu/protocol/webrtc/src/session/
H A Derrors.rs50 fn from(error: RTCError) -> Self { in from() method
58 fn from(error: BytesIOError) -> Self { in from() method
66 fn from(error: BytesReadError) -> Self { in from() method
74 fn from(error: BytesWriteError) -> Self { in from() method
82 fn from(error: Utf8Error) -> Self { in from() method
90 fn from(error: ChannelError) -> Self { in from() method
98 fn from(error: RecvError) -> Self { in from() method
/xiu/protocol/rtmp/src/messages/
H A Derrors.rs34 fn from(val: MessageErrorValue) -> Self { in from() method
40 fn from(error: BytesReadError) -> Self { in from() method
48 fn from(error: Amf0ReadError) -> Self { in from() method
56 fn from(error: ProtocolControlMessageReaderError) -> Self { in from() method
64 fn from(error: EventMessagesError) -> Self { in from() method
/xiu/protocol/rtmp/src/cache/
H A Derrors.rs37 fn from(error: FlvDemuxerError) -> Self { in from() method
45 fn from(error: H264Error) -> Self { in from() method
53 fn from(error: MpegAacError) -> Self { in from() method
61 fn from(error: Mpeg4AvcHevcError) -> Self { in from() method
69 fn from(error: BytesReadError) -> Self { in from() method
77 fn from(error: PackError) -> Self { in from() method
109 fn from(error: Amf0WriteError) -> Self { in from() method
/xiu/protocol/rtmp/src/handshake/
H A Derrors.rs26 fn from(error: Error) -> Self { in from() method
39 fn from(val: HandshakeErrorValue) -> Self { in from() method
45 fn from(error: BytesReadError) -> Self { in from() method
53 fn from(error: BytesWriteError) -> Self { in from() method
61 fn from(error: SystemTimeError) -> Self { in from() method
69 fn from(error: DigestError) -> Self { in from() method
110 fn from(error: BytesReadError) -> Self { in from() method
/xiu/library/container/flv/src/
H A Derrors.rs24 fn from(error: BytesReadError) -> Self { in from() method
60 fn from(error: BytesWriteError) -> Self { in from() method
103 fn from(error: BytesWriteError) -> Self { in from() method
111 fn from(error: BytesReadError) -> Self { in from() method
127 fn from(error: MpegAacError) -> Self { in from() method
173 fn from(error: BytesReadError) -> Self { in from() method
181 fn from(error: BytesWriteError) -> Self { in from() method
189 fn from(error: H264Error) -> Self { in from() method
218 fn from(error: BytesReadError) -> Self { in from() method
226 fn from(error: BytesWriteError) -> Self { in from() method
[all …]
/xiu/library/bytesio/src/
H A Dbytes_errors.rs30 fn from(val: BytesReadErrorValue) -> Self { in from() method
36 fn from(error: io::Error) -> Self { in from() method
44 fn from(error: BytesIOError) -> Self { in from() method
77 fn from(error: io::Error) -> Self { in from() method
85 fn from(error: BytesIOError) -> Self { in from() method
H A Dbits_errors.rs25 fn from(val: BitErrorValue) -> Self { in from() method
31 fn from(error: BytesReadError) -> Self { in from() method
39 fn from(error: BytesWriteError) -> Self { in from() method
H A Dbytesio_errors.rs25 fn from(val: BytesIOErrorValue) -> Self { in from() method
31 fn from(error: io::Error) -> Self { in from() method
/xiu/protocol/rtsp/src/rtp/rtcp/
H A Derrors.rs19 fn from(error: BytesReadError) -> Self { in from() method
27 fn from(error: BytesWriteError) -> Self { in from() method
/xiu/protocol/rtmp/src/netconnection/
H A Derrors.rs25 fn from(error: Amf0WriteError) -> Self { in from() method
33 fn from(error: Amf0ReadError) -> Self { in from() method
41 fn from(error: PackError) -> Self { in from() method
/xiu/protocol/rtmp/src/user_control_messages/
H A Derrors.rs26 fn from(error: Amf0WriteError) -> Self { in from() method
34 fn from(error: BytesWriteError) -> Self { in from() method
42 fn from(error: BytesReadError) -> Self { in from() method
/xiu/protocol/rtsp/src/rtp/
H A Derrors.rs39 fn from(error: BytesReadError) -> Self { in from() method
47 fn from(error: BytesWriteError) -> Self { in from() method
68 fn from(error: BytesReadError) -> Self { in from() method
76 fn from(error: BytesWriteError) -> Self { in from() method
/xiu/library/container/mpegts/src/
H A Derrors.rs37 fn from(error: BytesReadError) -> Self { in from() method
45 fn from(error: BytesWriteError) -> Self { in from() method
53 fn from(error: Error) -> Self { in from() method
/xiu/protocol/rtmp/src/chunk/
H A Derrors.rs26 fn from(val: UnpackErrorValue) -> Self { in from() method
32 fn from(error: BytesReadError) -> Self { in from() method
55 fn from(val: PackErrorValue) -> Self { in from() method
61 fn from(error: BytesWriteError) -> Self { in from() method
/xiu/protocol/rtmp/src/amf0/
H A Derrors.rs27 fn from(error: string::FromUtf8Error) -> Self { in from() method
35 fn from(error: BytesReadError) -> Self { in from() method
58 fn from(error: io::Error) -> Self { in from() method
66 fn from(error: BytesWriteError) -> Self { in from() method
/xiu/protocol/rtmp/src/relay/
H A Derrors.rs30 fn from(error: Error) -> Self { in from() method
38 fn from(error: RecvError) -> Self { in from() method
/xiu/protocol/rtmp/src/netstream/
H A Derrors.rs23 fn from(error: Amf0WriteError) -> Self { in from() method
31 fn from(error: PackError) -> Self { in from() method
/xiu/protocol/webrtc/src/
H A Derrors.rs24 fn from(error: RTCError) -> Self { in from() method
32 fn from(error: RTCUtilError) -> Self { in from() method
/xiu/library/streamhub/src/
H A Derrors.rs51 fn from(error: BytesReadError) -> Self { in from() method
59 fn from(error: BytesWriteError) -> Self { in from() method
/xiu/protocol/rtmp/src/protocol_control_messages/
H A Derrors.rs20 fn from(error: BytesWriteError) -> Self { in from() method
55 fn from(error: BytesReadError) -> Self { in from() method

12