Home
last modified time | relevance | path

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

/webrtc/sdp/src/direction/
H A Dmod.rs22 const DIRECTION_SEND_ONLY_STR: &str = "sendonly"; constant
31 Direction::SendOnly => DIRECTION_SEND_ONLY_STR, in fmt()
45 DIRECTION_SEND_ONLY_STR => Direction::SendOnly, in new()