From 462ef3e9dfaf8650aeab64b9a90c86f77b235788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Leszko?= Date: Wed, 13 Dec 2023 14:36:29 +0100 Subject: [PATCH] Add quality param to profile (#45) --- api.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api.go b/api.go index 1dc38db..b5c78c8 100644 --- a/api.go +++ b/api.go @@ -163,6 +163,7 @@ type ( Width int `json:"width,omitempty"` Height int `json:"height,omitempty"` Bitrate int `json:"bitrate,omitempty"` + Quality int `json:"quality,omitempty"` Fps int `json:"fps"` FpsDen int `json:"fpsDen,omitempty"` Gop string `json:"gop,omitempty"`