Home
last modified time | relevance | path

Searched defs:HttpFLvError (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/httpflv/src/
H A Derrors.rs25 pub struct HttpFLvError { struct
26 pub value: HttpFLvErrorValue, argument
51 impl From<SessionError> for HttpFLvError { implementation
59 impl From<FlvMuxerError> for HttpFLvError { implementation
67 impl From<SendError> for HttpFLvError { implementation
75 impl From<Amf0WriteError> for HttpFLvError { implementation
83 impl From<MetadataError> for HttpFLvError { implementation
91 impl From<ChannelError> for HttpFLvError { implementation
99 impl From<RecvError> for HttpFLvError { implementation
107 impl fmt::Display for HttpFLvError { implementation
H A Dhttpflv.rs64 pub async fn run(&mut self) -> Result<(), HttpFLvError> { in run() argument
71 pub async fn send_media_stream(&mut self) -> Result<(), HttpFLvError> { in send_media_stream() argument
102 pub fn write_flv_tag(&mut self, channel_data: FrameData) -> Result<(), HttpFLvError> { in write_flv_tag() argument
132 pub fn flush_response_data(&mut self) -> Result<(), HttpFLvError> { in flush_response_data() argument
139 pub async fn unsubscribe_from_rtmp_channels(&mut self) -> Result<(), HttpFLvError> { in unsubscribe_from_rtmp_channels() argument
166 pub async fn subscribe_from_rtmp_channels(&mut self) -> Result<(), HttpFLvError> { in subscribe_from_rtmp_channels() argument