mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
[feat] enable congestion controller set target bitrate to video encoder
This commit is contained in:
@@ -31,6 +31,8 @@ class OpenH264Encoder : public VideoEncoder {
|
||||
|
||||
int ForceIdr();
|
||||
|
||||
int SetTargetBitrate(int bitrate);
|
||||
|
||||
std::string GetEncoderName() { return "OpenH264"; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user