Deleted unused enums MediaChannelOptions and VoiceMediaChannelOptions,
with constants OPT_CONFERENCE and OPT_AGC_MINUS_10DB. BUG=webrtc:5426 TBR=pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1610543002 Cr-Commit-Position: refs/heads/master@{#11365}
This commit is contained in:
parent
7a83951b27
commit
9de632a100
@ -441,16 +441,6 @@ inline const RtpHeaderExtension* FindHeaderExtension(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
enum MediaChannelOptions {
|
||||
// Tune the stream for conference mode.
|
||||
OPT_CONFERENCE = 0x0001
|
||||
};
|
||||
|
||||
enum VoiceMediaChannelOptions {
|
||||
// Tune the audio stream for vcs with different target levels.
|
||||
OPT_AGC_MINUS_10DB = 0x80000000
|
||||
};
|
||||
|
||||
class MediaChannel : public sigslot::has_slots<> {
|
||||
public:
|
||||
class NetworkInterface {
|
||||
|
||||
@ -3138,7 +3138,7 @@ TEST_F(WebRtcVideoEngine2SimulcastTest, DISABLED_NoSimulcastWith1on1) {
|
||||
FAIL() << "Not implemented.";
|
||||
}
|
||||
|
||||
// Test SetOptions with OPT_CONFERENCE flag.
|
||||
// Test SetOptions with conference mode.
|
||||
TEST_F(WebRtcVideoEngine2SimulcastTest, DISABLED_SetOptionsWithConferenceMode) {
|
||||
// TODO(pbos): Implement.
|
||||
FAIL() << "Not implemented.";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user