Home
last modified time | relevance | path

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

/webrtc/webrtc/src/rtp_transceiver/rtp_receiver/
H A Dmod.rs37 Started = 2, enumerator
51 v if v == State::Started as u8 => State::Started, in from()
68 State::Started => write!(f, "Running"), in fmt()
96 State::Started if matches!(to, Self::Paused | Self::Stopped) => { in transition()
100 State::Paused if matches!(to, Self::Started | Self::Stopped) => { in transition()
142 matches!(self, Self::Started | Self::Paused) in is_started()
258 State::wait_for(&mut state_watch_rx, &[State::Started]).await?; in read_rtp()
359 State::transition(State::Started, &self.state_tx) in start()
367 State::Started => State::transition(State::Paused, &self.state_tx), in pause()
377 State::Paused => State::transition(State::Started, &self.state_tx), in resume()
[all …]