DataSource class

Constructors

DataSource({File? file, String? source, required DataSourceType type, VideoFormat? formatHint, String? package, Future<ClosedCaptionFile>? closedCaptionFile})

Properties

closedCaptionFile Future<ClosedCaptionFile>?
final
file File?
final
formatHint VideoFormat?
final
hashCode int
The hash code for this object.
no setterinherited
package String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
final
type DataSourceType
final

Methods

copyWith({File? file, String? source, String? package, DataSourceType? type, VideoFormat? formatHint, Future<ClosedCaptionFile>? closedCaptionFile}) DataSource
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