Searched refs:MD_RECV (Results 1 – 2 of 2) sorted by relevance
333 enum MediaDirection { MD_RECV, MD_SEND, MD_SENDRECV }; enumerator
2036 if (!CreateChannel(sp.first_ssrc(), MD_RECV, &channel_id)) { in AddRecvStream()3270 if (direction == MD_RECV) { in CreateChannel()3307 if (!CreateChannel(ssrc_key, MD_RECV, out_channel_id)) { in CreateUnsignalledRecvChannel()3318 const bool receiving = (direction == MD_RECV) || (direction == MD_SENDRECV); in ConfigureChannel()