Home
last modified time | relevance | path

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

/webrtc/sdp/src/direction/
H A Dmod.rs14 SendOnly = 2, enumerator
31 Direction::SendOnly => DIRECTION_SEND_ONLY_STR, in fmt()
45 DIRECTION_SEND_ONLY_STR => Direction::SendOnly, in new()
H A Ddirection_test.rs8 ("sendonly", Direction::SendOnly), in test_new_direction()
30 (Direction::SendOnly, "sendonly"), in test_direction_string()