VideoFilter class sealed
Composable filter pipeline inspired by HandBrake's hb_filter_object_t chain. Filters are data objects; native resolves ordering and executes them.
HandBrake's ordering (work.c:sanitize_filter_list_pre/post): crop → scale → pad → rotate → deinterlace/decomb/detelecine → denoise → sharpen → colorspace → grayscale Native preserves a compatible canonical order regardless of input list order, matching HandBrake's sanitization.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited