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:
nisse 2016-01-25 01:56:50 -08:00 committed by Commit bot
parent 7a83951b27
commit 9de632a100
2 changed files with 1 additions and 11 deletions

View File

@ -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 {

View File

@ -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.";