Update to support new apis.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user