owt-client-native
owt-client-native copied to clipboard
[Question] Why configure `codecType = kVideoCodecH264` but still call `CreateVP9RateControlConfig()` ?
Hi, sorry to bother! I can see If I configure any codec for encoder
vp9_rc_config_ = CreateVP9RateControlConfig();
vp9_rate_ctrl_ = VP9RateControl::Create(vp9_rc_config_);
the CreateVP9RateControlConfig()
code will run anyway.
Is it on purpose?