Any idea on how to turn off the traces? I tried this, but I still see the encoder parameters being dumped on the Console. ```csharp encoder.SetOption(ENCODER_OPTION.ENCODER_OPTION_TRACE_LEVEL, 0); ``` TIA