Searched refs:MD_SEND (Results 1 – 2 of 2) sorted by relevance
333 enum MediaDirection { MD_RECV, MD_SEND, MD_SENDRECV }; enumerator
1909 if (!CreateChannel(ssrc_key, MD_SEND, &channel_id)) { in AddSendStream()3277 } else if (direction == MD_SEND) { in CreateChannel()3319 const bool sending = (direction == MD_SEND) || (direction == MD_SENDRECV); in ConfigureChannel()