CIVideoExportConfig class

Constructors

CIVideoExportConfig(PathInputSource source, File output, {VideoExportFormat format = VideoExportFormat.auto, CIContext context = CIContext.system, AVAssetExportPreset preset = AVAssetExportPreset.highestQuality})
CIVideoExportConfig.copy(VideoExportConfig config)

Properties

context CIContext
final
format → VideoExportFormat
finalinherited
hashCode int
The hash code for this object.
no setterinherited
output File
finalinherited
preset AVAssetExportPreset
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source → PathInputSource
finalinherited

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