mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
[feat] support getting codec name
This commit is contained in:
@@ -39,6 +39,8 @@ class OpenH264Encoder : public VideoEncoder {
|
||||
|
||||
int ForceIdr();
|
||||
|
||||
std::string GetEncoderName() { return "OpenH264"; }
|
||||
|
||||
private:
|
||||
int InitEncoderParams(int width, int height);
|
||||
int ResetEncodeResolution(unsigned int width, unsigned int height);
|
||||
|
||||
Reference in New Issue
Block a user