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

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

Issue 2778163005: Use new RTCCameraVideoCapturer in AppRTCMobile. (Closed)
Patch Set: Remove localCapturer property from ARDVideoCallViewController. Created 3 years, 8 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/ARDSettingsStore.h
diff --git a/webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.h b/webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.h
index b010b7f1242fade7d18191a31b9399c7217689e5..3dd0f6431b39d8474cc43e4752d658331f7d64f6 100644
--- a/webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.h
+++ b/webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.h
@@ -19,20 +19,10 @@ NS_ASSUME_NONNULL_BEGIN
*/
@interface ARDSettingsStore : NSObject
+@property(nonatomic) NSString *videoResolution;
@property(nonatomic) NSString *videoCodec;
/**
- * Returns current video resolution media constraint string stored in the store.
- */
-- (nullable NSString *)videoResolutionConstraints;
-
-/**
- * Stores the provided value as video resolution media constraint.
- * @param value the string to be stored
- */
-- (void)setVideoResolutionConstraints:(NSString *)value;
-
-/**
* Returns current max bitrate number stored in the store.
*/
- (nullable NSNumber *)maxBitrate;
« no previous file with comments | « webrtc/examples/objc/AppRTCMobile/ARDSettingsModel+Private.h ('k') | webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698