Home
last modified time | relevance | path

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

/webrtc/sdp/src/direction/
H A Dmod.rs21 const DIRECTION_SEND_RECV_STR: &str = "sendrecv"; constant
30 Direction::SendRecv => DIRECTION_SEND_RECV_STR, in fmt()
44 DIRECTION_SEND_RECV_STR => Direction::SendRecv, in new()