Skip to content

Commit

Permalink
fix(example): fix resolution and bitrate minimum value
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Apr 8, 2024
1 parent 1b3c660 commit baa5939
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Examples/ExampleUIKit/ExampleUIkit/Settings.bundle/Root.plist
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
<key>Values</key>
<array>
<string>426x240</string>
<string>480x360</string>
<string>640x360</string>
<string>854x480</string>
<string>1280x720</string>
<string>1920x1080</string>
</array>
<key>Titles</key>
<array>
<string>426x240</string>
<string>480x360</string>
<string>640x360</string>
<string>854x480</string>
<string>1280x720</string>
<string>1920x1080</string>
Expand Down Expand Up @@ -110,9 +110,9 @@
<key>Key</key>
<string>VideoBitrateSlider</string>
<key>DefaultValue</key>
<integer>5000</integer>
<integer>1000</integer>
<key>MinimumValue</key>
<integer>2000</integer>
<integer>1000</integer>
<key>MaximumValue</key>
<integer>10000</integer>
</dict>
Expand Down

0 comments on commit baa5939

Please sign in to comment.