Home
last modified time | relevance | path

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

/external/adhd/audio_streams/src/
Daudio_streams.rs109 pub enum StreamEffectError { enum
113 impl error::Error for StreamEffectError {} implementation
115 impl Display for StreamEffectError { implementation
118 StreamEffectError::InvalidEffect => write!(f, "Must be in [EchoCancellation, aec]"), in fmt()
124 type Err = StreamEffectError;
128 _ => Err(StreamEffectError::InvalidEffect), in from_str()