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

Side by Side Diff: talk/examples/android/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
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3 <string-array name="videoResolutions">
4 <item>Default</item>
5 <item>HD (1280 x 720)</item>
6 <item>VGA (640 x 480)</item>
7 <item>QVGA (320 x 240)</item>
8 </string-array>
9
10 <string-array name="videoResolutionsValues">
11 <item>Default</item>
12 <item>1280 x 720</item>
13 <item>640 x 480</item>
14 <item>320 x 240</item>
15 </string-array>
16
17 <string-array name="cameraFps">
18 <item>Default</item>
19 <item>30 fps</item>
20 <item>15 fps</item>
21 </string-array>
22
23 <string-array name="startBitrate">
24 <item>Default</item>
25 <item>Manual</item>
26 </string-array>
27
28 <string-array name="videoCodecs">
29 <item>VP8</item>
30 <item>VP9</item>
31 <item>H264</item>
32 </string-array>
33
34 <string-array name="audioCodecs">
35 <item>OPUS</item>
36 <item>ISAC</item>
37 </string-array>
38
39 </resources>
OLDNEW
« no previous file with comments | « talk/examples/android/res/values-v21/styles.xml ('k') | talk/examples/android/res/values/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698