Update to support new apis.

This commit is contained in:
sdk-team
2024-03-06 18:03:06 +00:00
parent 419d2ef5e8
commit 5df7719b65
5 changed files with 7 additions and 7 deletions

View File

@@ -92,7 +92,7 @@ public:
std::string videoWidth;
std::string audioBitrate;
std::string videoFramerate;
std::string vIdeoHeight;
std::string videoHeight;
std::string videoBitrate;
std::string audioSampleRate;
std::string videoGop;

View File

@@ -88,10 +88,10 @@ public:
std::vector<UserInfosItem> userInfos;
struct EncodeParams {
std::string audioOnly;
std::string vIdeoWidth;
std::string videoWidth;
std::string audioBitrate;
std::string videoFramerate;
std::string vIdeoHeight;
std::string videoHeight;
std::string videoBitrate;
std::string audioSampleRate;
std::string videoGop;