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

Side by Side Diff: webrtc/examples/androidapp/res/values/arrays.xml

Issue 1235563006: Move talk/examples/* to webrtc/examples. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 201508051337 Created 5 years, 4 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <resources> 2 <resources>
3 <string-array name="videoResolutions"> 3 <string-array name="videoResolutions">
4 <item>Default</item> 4 <item>Default</item>
5 <item>HD (1280 x 720)</item> 5 <item>HD (1280 x 720)</item>
6 <item>VGA (640 x 480)</item> 6 <item>VGA (640 x 480)</item>
7 <item>QVGA (320 x 240)</item> 7 <item>QVGA (320 x 240)</item>
8 </string-array> 8 </string-array>
9 9
10 <string-array name="videoResolutionsValues"> 10 <string-array name="videoResolutionsValues">
(...skipping 19 matching lines...) Expand all
30 <item>VP9</item> 30 <item>VP9</item>
31 <item>H264</item> 31 <item>H264</item>
32 </string-array> 32 </string-array>
33 33
34 <string-array name="audioCodecs"> 34 <string-array name="audioCodecs">
35 <item>OPUS</item> 35 <item>OPUS</item>
36 <item>ISAC</item> 36 <item>ISAC</item>
37 </string-array> 37 </string-array>
38 38
39 </resources> 39 </resources>
OLDNEW
« no previous file with comments | « webrtc/examples/androidapp/res/values-v21/styles.xml ('k') | webrtc/examples/androidapp/res/values/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698