Home
last modified time | relevance | path

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

/xiu/protocol/httpflv/src/
H A Derrors.rs25 pub struct HttpFLvError { struct
53 HttpFLvError { in from()
61 HttpFLvError { in from()
67 impl From<SendError> for HttpFLvError { implementation
69 HttpFLvError { in from()
77 HttpFLvError { in from()
85 HttpFLvError { in from()
93 HttpFLvError { in from()
99 impl From<RecvError> for HttpFLvError { implementation
101 HttpFLvError { in from()
[all …]
H A Dhttpflv.rs5 errors::{HttpFLvError, HttpFLvErrorValue},
64 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
195 return Err(HttpFLvError { in subscribe_from_rtmp_channels()