Skip to content

Commit

Permalink
Group resolutions by capture type
Browse files Browse the repository at this point in the history
  • Loading branch information
Orphis committed Dec 5, 2023
1 parent f14f548 commit c7b5be6
Showing 1 changed file with 25 additions and 19 deletions.
44 changes: 25 additions & 19 deletions simulcast-playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,25 +64,31 @@
<option value="default">Default Device</option>
</select>
<select id="resolution">
<option value="WHQVGA">240x135 (WHQVGA)</option>
<option value="WQVGA">320x180 (WQVGA)</option>
<option value="QVGA">320x240 (QVGA)</option>
<option value="WHVGA">480x270 (WHVGA)</option>
<option value="HVGA">480x360 (HVGA)</option>
<option value="WVGA">640x360 (WVGA)</option>
<option value="VGA">640x480 (VGA)</option>
<option value="HD" selected>1280x720 (HD)</option>
<option value="FullHD">1920x1080 (FullHD)</option>
<option value="4K">4096x2160 (4K)</option>
<option value="8K">7680x4320 (8K)</option>
<option value="screen">Screen</option>
<option value="screen-FullHD">Screen (FullHD)</option>
<option value="screen-HD">Screen (HD)</option>
<option value="screen-conference">Screen (conference)</option>
<option value="screen-conference-FullHD">
Screen (FullHD, conference)
</option>
<option value="screen-conference-HD">Screen (HD, conference)</option>
<optgroup label="User Media">
<option value="WHQVGA">240x135 (WHQVGA)</option>
<option value="WQVGA">320x180 (WQVGA)</option>
<option value="QVGA">320x240 (QVGA)</option>
<option value="WHVGA">480x270 (WHVGA)</option>
<option value="HVGA">480x360 (HVGA)</option>
<option value="WVGA">640x360 (WVGA)</option>
<option value="VGA">640x480 (VGA)</option>
<option value="HD" selected>1280x720 (HD)</option>
<option value="FullHD">1920x1080 (FullHD)</option>
<option value="4K">4096x2160 (4K)</option>
<option value="8K">7680x4320 (8K)</option>
</optgroup>
<optgroup label="Display Media">
<option value="screen">Screen</option>
<option value="screen-FullHD">Screen (FullHD)</option>
<option value="screen-HD">Screen (HD)</option>
</optgroup>
<optgroup label="Display Media / Conference">
<option value="screen-conference">Screen (conference)</option>
<option value="screen-conference-FullHD">
Screen (FullHD, conference)
</option>
<option value="screen-conference-HD">Screen (HD, conference)</option>
</optgroup>
</select>
<select id="captureFramerate">
<option value="5">5 FPS</option>
Expand Down

0 comments on commit c7b5be6

Please sign in to comment.