Searched defs:HlsError (Results 1 – 3 of 3) sorted by relevance
113 pub struct HlsError { struct114 pub value: HlsErrorValue, argument140 impl From<RecvError> for HlsError { implementation148 impl From<MediaError> for HlsError { implementation156 impl From<SessionError> for HlsError { implementation164 impl From<FlvDemuxerError> for HlsError { implementation172 impl From<Amf0WriteError> for HlsError { implementation180 impl From<MetadataError> for HlsError { implementation188 impl From<ChannelError> for HlsError { implementation196 impl From<OneshotRecvError> for HlsError { implementation[all …]
54 pub async fn run(&mut self) -> Result<(), HlsError> { in run() argument62 pub async fn receive_flv_data(&mut self) -> Result<(), HlsError> { in receive_flv_data() argument91 pub fn flush_response_data(&mut self) -> Result<(), HlsError> { in flush_response_data() argument99 ) -> Result<(), HlsError> { in subscribe_from_rtmp_channels() argument141 pub async fn unsubscribe_from_rtmp_channels(&mut self) -> Result<(), HlsError> { in unsubscribe_from_rtmp_channels() argument
28 pub async fn run(&mut self) -> Result<(), HlsError> { in run() argument