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

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

Issue 2479153002: Rename media constraints model and store. (Closed)
Patch Set: Rebase master 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
Index: webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel.h
diff --git a/webrtc/examples/objc/AppRTCMobile/ios/ARDMediaConstraintsModel.h b/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel.h
similarity index 92%
rename from webrtc/examples/objc/AppRTCMobile/ios/ARDMediaConstraintsModel.h
rename to webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel.h
index 2f963e0361c74bd3568371cd9e3b6e2ee035476f..9c8b5c5f62b6d1c4d145da5275e3002e5a44d02a 100644
--- a/webrtc/examples/objc/AppRTCMobile/ios/ARDMediaConstraintsModel.h
+++ b/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel.h
@@ -12,16 +12,16 @@
NS_ASSUME_NONNULL_BEGIN
/**
- * Model class for user defined media constraints.
+ * Model class for user defined settings.
*
- * Currently used for streaming media constraints only.
+ * Currently used for streaming media constraints and bitrate only.
* In future audio media constraints support can be added as well.
* Offers list of avaliable video resolutions that can construct streaming media constraint.
* Exposes methods for reading and storing media constraints from persistent store.
* Also translates current user defined media constraint into RTCMediaConstraints
* dictionary.
*/
-@interface ARDMediaConstraintsModel : NSObject
+@interface ARDSettingsModel : NSObject
/**
* Returns array of available capture resoultions.
@@ -55,6 +55,5 @@ NS_ASSUME_NONNULL_BEGIN
* @return NSDictionary with RTC width and height parameters
*/
- (nullable NSDictionary *)currentMediaConstraintFromStoreAsRTCDictionary;
-
@end
NS_ASSUME_NONNULL_END

Powered by Google App Engine
This is Rietveld 408576698