inputFilter property
Turns on the filter for this input. MPEG-2 inputs have the deblocking filter enabled by default.
- auto - filtering will be applied depending on input type/quality
- disabled - no filtering will be applied to the input
- forced - filtering will be applied regardless of input type
Implementation
final InputFilter? inputFilter;