Replace MediaContentDirection with RtpTransceiverDirection
Bug: webrtc:8558 Change-Id: I410d17cce235e0b42038cf0b125fd916010f50ae Reviewed-on: https://webrtc-review.googlesource.com/24745 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Peter Thatcher <pthatcher@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20922}
This commit is contained in:
@ -31,6 +31,9 @@ bool RtpTransceiverDirectionHasRecv(RtpTransceiverDirection direction);
|
||||
RtpTransceiverDirection RtpTransceiverDirectionReversed(
|
||||
RtpTransceiverDirection direction);
|
||||
|
||||
// Returns an unspecified string representation of the given direction.
|
||||
const char* RtpTransceiverDirectionToString(RtpTransceiverDirection direction);
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // PC_RTPMEDIAUTILS_H_
|
||||
|
||||
Reference in New Issue
Block a user