Lines Matching refs:HlsError
113 pub struct HlsError { struct
140 impl From<RecvError> for HlsError { implementation
142 HlsError { in from()
148 impl From<MediaError> for HlsError { implementation
150 HlsError { in from()
156 impl From<SessionError> for HlsError { implementation
158 HlsError { in from()
164 impl From<FlvDemuxerError> for HlsError { implementation
166 HlsError { in from()
172 impl From<Amf0WriteError> for HlsError { implementation
174 HlsError { in from()
180 impl From<MetadataError> for HlsError { implementation
182 HlsError { in from()
188 impl From<ChannelError> for HlsError { implementation
190 HlsError { in from()
196 impl From<OneshotRecvError> for HlsError { implementation
198 HlsError { in from()
204 impl fmt::Display for HlsError { implementation