Add 'targetDurationSec' and 'maxDvrDurationSec' to videos API

このコミットが含まれているのは:
Samantaz Fox 2022-05-01 17:00:56 +02:00
コミット 7f2176d7fc
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: F42821059186176E
1個のファイルの変更4行の追加0行の削除

ファイルの表示

@ -413,6 +413,10 @@ struct Video
end
end
# Livestream chunk infos
json.field "targetDurationSec", fmt["targetDurationSec"].as_i if fmt.has_key?("targetDurationSec")
json.field "maxDvrDurationSec", fmt["maxDvrDurationSec"].as_i if fmt.has_key?("maxDvrDurationSec")
# Audio-related data
json.field "audioQuality", fmt["audioQuality"] if fmt.has_key?("audioQuality")
json.field "audioSampleRate", fmt["audioSampleRate"].as_s.to_i if fmt.has_key?("audioSampleRate")