Searched refs:HttpFLvErrorValue (Results 1 – 2 of 2) sorted by relevance
| /xiu/protocol/httpflv/src/ |
| H A D | errors.rs | 26 pub value: HttpFLvErrorValue, 30 pub enum HttpFLvErrorValue { enum 54 value: HttpFLvErrorValue::SessionError(error), in from() 62 value: HttpFLvErrorValue::MuxerError(error), in from() 70 value: HttpFLvErrorValue::MpscSendError(error), in from() 78 value: HttpFLvErrorValue::Amf0WriteError(error), in from() 86 value: HttpFLvErrorValue::MetadataError(error), in from() 94 value: HttpFLvErrorValue::ChannelError(error), in from() 102 value: HttpFLvErrorValue::RecvError(error), in from()
|
| H A D | httpflv.rs | 5 errors::{HttpFLvError, HttpFLvErrorValue}, 81 if let HttpFLvErrorValue::MpscSendError(err_in) = &err.value { in send_media_stream() 196 value: HttpFLvErrorValue::SessionError(session_error), in subscribe_from_rtmp_channels()
|