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

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

Issue 2807533004: Address denicija's comments for AppRTCMobile video codec setting. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsViewController.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.h
diff --git a/webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.h b/webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.h
index 1787bb2911ced2c33f77b2c0554c8c64805f7e09..0f07389b1554a3b322e9cf070b75ad17994cb0b9 100644
--- a/webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.h
+++ b/webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.h
@@ -53,7 +53,7 @@ NS_ASSUME_NONNULL_BEGIN
- (NSArray<NSString *> *)availableVideoCodecs;
/**
- * Returns current video codec setting from store if present.
+ * Returns current video codec setting from store if present or default (H264) otherwise.
*/
- (NSString *)currentVideoCodecSettingFromStore;
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsViewController.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698