Home
last modified time | relevance | path

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

/webrtc/sdp/src/direction/
H A Dmod.rs16 RecvOnly = 3, enumerator
32 Direction::RecvOnly => DIRECTION_RECV_ONLY_STR, in fmt()
46 DIRECTION_RECV_ONLY_STR => Direction::RecvOnly, in new()
H A Ddirection_test.rs9 ("recvonly", Direction::RecvOnly), in test_new_direction()
31 (Direction::RecvOnly, "recvonly"), in test_direction_string()