Searched refs:EncoderStopError (Results 1 – 1 of 1) sorted by relevance
326 pub enum EncoderStopError { enum345 pub fn stop(self) -> Result<Encoder<ReadyToEncode<OP, P>>, EncoderStopError> { in stop() argument353 .map_err(EncoderStopError::ThreadPanickedError)?; in stop()358 .map_err(EncoderStopError::CaptureQueueStreamoffError)?; in stop()364 .map_err(EncoderStopError::OutputQueueStreamoffError)?; in stop()