ExportResult class
Represents data exported with Video Editor SDK. Contains a number of exported video files, preview file and meta.
Constructors
- 
          ExportResult({required List<String> videoSources, required String? previewFilePath, required String? metaFilePath, required List<AudioMetadata> ? audioMeta})
Properties
- 
  audioMeta
  ↔ List<AudioMetadata> ?
- 
  
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- metaFilePath ↔ String?
- 
  
  getter/setter pair
- previewFilePath ↔ String?
- 
  
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  videoSources
  ↔ List<String> 
- 
  
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  override