Rewrite the RtcEventLog unit test.
Bug: webrtc:8111 Change-Id: I36780940b54bf500244c6755113153c84c997942 Reviewed-on: https://webrtc-review.googlesource.com/80660 Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Elad Alon <eladalon@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23736}
This commit is contained in:
committed by
Commit Bot
parent
712678b4fe
commit
f4db542a9b
@ -23,9 +23,11 @@ namespace rtclog {
|
||||
|
||||
struct StreamConfig {
|
||||
StreamConfig();
|
||||
StreamConfig(const StreamConfig& other);
|
||||
~StreamConfig();
|
||||
|
||||
bool operator==(const StreamConfig& other) const;
|
||||
bool operator!=(const StreamConfig& other) const;
|
||||
|
||||
uint32_t local_ssrc = 0;
|
||||
uint32_t remote_ssrc = 0;
|
||||
|
||||
Reference in New Issue
Block a user