H265SampleAdaptiveOffsetFilterMode enum
Specify Sample Adaptive Offset (SAO) filter strength. Adaptive mode dynamically selects best strength based on content
Values
- $default → const H265SampleAdaptiveOffsetFilterMode
- adaptive → const H265SampleAdaptiveOffsetFilterMode
- off → const H265SampleAdaptiveOffsetFilterMode
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
H265SampleAdaptiveOffsetFilterMode> - A constant List of the values in this enum, in order of their declaration.