Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Unified Diff: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCFieldTrials.h

Issue 2517123002: iOS: Add FlexFEC-03 field trial. (Closed)
Patch Set: Feedback response 1. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/sdk/objc/Framework/Classes/RTCFieldTrials.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCFieldTrials.h
diff --git a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCFieldTrials.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCFieldTrials.h
index c745ecf07ea0395231edde300cfd7b0192b8f0c7..504ff7a885357bc457c59a58ca348a5cca1b0118 100644
--- a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCFieldTrials.h
+++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCFieldTrials.h
@@ -16,6 +16,7 @@ typedef NS_OPTIONS(NSUInteger, RTCFieldTrialOptions) {
RTCFieldTrialOptionsNone = 0,
RTCFieldTrialOptionsImprovedBitrateEstimate = 1 << 0,
RTCFieldTrialOptionsAudioSendSideBwe = 1 << 1,
+ RTCFieldTrialOptionsFlexFec03 = 1 << 2,
};
/** Must be called before any other call into WebRTC. See:
« no previous file with comments | « webrtc/sdk/objc/Framework/Classes/RTCFieldTrials.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698