inputFilter property

InputFilter? inputFilter
final

Turns on the filter for this input. MPEG-2 inputs have the deblocking filter enabled by default.

  1. auto - filtering will be applied depending on input type/quality
  2. disabled - no filtering will be applied to the input
  3. forced - filtering will be applied regardless of input type

Implementation

final InputFilter? inputFilter;