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

Unified Diff: webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h

Issue 2735303004: Add video codec setting to AppRTCMobile on iOS. (Closed)
Patch Set: Replace if statements with switches. Created 3 years, 9 months 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
Index: webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h
diff --git a/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h b/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h
index 69e10e3bd560ea574277c94ac61fe624b313ecf1..1be748d3084c05b0ac1a47825614d290f785aa0a 100644
--- a/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h
+++ b/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h
@@ -19,6 +19,8 @@ NS_ASSUME_NONNULL_BEGIN
*/
@interface ARDSettingsStore : NSObject
+@property(getter=videoCodec) NSString* videoCodec;
kthelgason 2017/03/10 10:41:44 This is the default name of the getter, specifying
sakal 2017/03/10 11:23:13 Done.
+
/**
* Returns current video resolution media constraint string stored in the store.
*/

Powered by Google App Engine
This is Rietveld 408576698