Lines Matching refs:RtmpRemuxerError
15 pub struct RtmpRemuxerError { struct
48 impl From<RecvError> for RtmpRemuxerError { implementation
50 RtmpRemuxerError { in from()
56 impl From<SessionError> for RtmpRemuxerError { implementation
58 RtmpRemuxerError { in from()
64 impl From<Amf0WriteError> for RtmpRemuxerError { implementation
66 RtmpRemuxerError { in from()
72 impl From<MetadataError> for RtmpRemuxerError { implementation
74 RtmpRemuxerError { in from()
80 impl From<BytesReadError> for RtmpRemuxerError { implementation
82 RtmpRemuxerError { in from()
88 impl From<BytesWriteError> for RtmpRemuxerError { implementation
90 RtmpRemuxerError { in from()
96 impl From<Mpeg4AvcHevcError> for RtmpRemuxerError { implementation
98 RtmpRemuxerError { in from()
104 impl From<FlvMuxerError> for RtmpRemuxerError { implementation
106 RtmpRemuxerError { in from()
112 impl From<ChannelError> for RtmpRemuxerError { implementation
114 RtmpRemuxerError { in from()
120 impl From<OneshotRecvError> for RtmpRemuxerError { implementation
122 RtmpRemuxerError { in from()
128 impl fmt::Display for RtmpRemuxerError { implementation