Searched defs:HttpFLvError (Results 1 – 2 of 2) sorted by relevance
25 pub struct HttpFLvError { struct26 pub value: HttpFLvErrorValue, argument51 impl From<SessionError> for HttpFLvError { implementation59 impl From<FlvMuxerError> for HttpFLvError { implementation67 impl From<SendError> for HttpFLvError { implementation75 impl From<Amf0WriteError> for HttpFLvError { implementation83 impl From<MetadataError> for HttpFLvError { implementation91 impl From<ChannelError> for HttpFLvError { implementation99 impl From<RecvError> for HttpFLvError { implementation107 impl fmt::Display for HttpFLvError { implementation
64 pub async fn run(&mut self) -> Result<(), HttpFLvError> { in run() argument71 pub async fn send_media_stream(&mut self) -> Result<(), HttpFLvError> { in send_media_stream() argument102 pub fn write_flv_tag(&mut self, channel_data: FrameData) -> Result<(), HttpFLvError> { in write_flv_tag() argument132 pub fn flush_response_data(&mut self) -> Result<(), HttpFLvError> { in flush_response_data() argument139 pub async fn unsubscribe_from_rtmp_channels(&mut self) -> Result<(), HttpFLvError> { in unsubscribe_from_rtmp_channels() argument166 pub async fn subscribe_from_rtmp_channels(&mut self) -> Result<(), HttpFLvError> { in subscribe_from_rtmp_channels() argument