F4vSettings class
Settings for F4v container
Constructors
- F4vSettings({F4vMoovPlacement? moovPlacement})
-
F4vSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- moovPlacement → F4vMoovPlacement?
-
If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning
of the archive as required for progressive downloading. Otherwise it is
placed normally at the end.
final
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited