mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add Bitrate Setting
This commit is contained in:
parent
1f62756b85
commit
3f6cc3647e
6 changed files with 54 additions and 2 deletions
|
@ -64,7 +64,7 @@ CHIAKI_EXPORT void chiaki_connect_video_profile_preset(ChiakiConnectVideoProfile
|
|||
case CHIAKI_VIDEO_RESOLUTION_PRESET_720p:
|
||||
profile->width = 1280;
|
||||
profile->height = 720;
|
||||
profile->bitrate = 6000; // TODO: 10000 by default
|
||||
profile->bitrate = 10000;
|
||||
break;
|
||||
case CHIAKI_VIDEO_RESOLUTION_PRESET_1080p:
|
||||
profile->width = 1920;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue