Update devices

This commit is contained in:
redphx
2024-12-05 17:29:03 +07:00
parent c96b3a0c70
commit 72ef22c697
31 changed files with 67 additions and 66 deletions

View File

@@ -24,7 +24,8 @@
"enum": [
"default",
"720p",
"1080p"
"1080p",
"1080p-hq"
]
},
@@ -101,31 +102,31 @@
]
},
"stream_target_resolution": {
"stream.video.resolution": {
"$ref": "#/$defs/EnumStreamResolution"
},
"stream_codec_profile": {
"stream.video.codecProfile": {
"$ref": "#/$defs/EnumStreamCodecProfile"
},
"bitrate_video_max": {
"stream.video.maxBitrate": {
"type": "number"
},
"video_player_type": {
"video.player.type": {
"$ref": "#/$defs/EnumVideoPlayer"
},
"video_power_preference": {
"video.player.powerPreference": {
"$ref": "#/$defs/EnumVideoPowerPreference"
},
"video_processing": {
"video.processing": {
"$ref": "#/$defs/EnumVideoProcessing"
},
"video_sharpness": {
"video.processing.sharpness": {
"type": "number"
}
}