AdvancedEncoderOptions class

Advanced encoder knobs — codec-specific tuning without polluting the basic API. Example: AdvancedEncoderOptions(crf: 22, preset: 'slow', tune: 'film', extra: {'profile':'high'})

Constructors

AdvancedEncoderOptions({double? crf, String? preset, String? tune, String? profile, String? level, Map<String, String> extra = const {}})
const

Properties

crf → double?
Explicit native CRF/QP numeric. If set, overrides RateControl quality mapping.
final
extra → Map<String, String>
final
hashCode → int
The hash code for this object.
no setterinherited
level → String?
final
preset → String?
final
profile → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tune → String?
final

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