DiveMediaSourceSettings class

Inheritance

Constructors

DiveMediaSourceSettings({String? localFile, bool isLocalFile = true, bool looping = false, bool clearOnMediaEnd = true, bool restartOnActivate = true, bool linearAlpha = false, int reconnectDelaySec = 10, int bufferingMb = 2, int speedPercent = 100})

Properties

bufferingMb int?
no setter
clearOnMediaEnd bool?
no setter
hashCode int
The hash code for this object.
no setterinherited
isLocalFile bool?
no setter
linearAlpha bool?
no setter
localFile String?
no setter
looping bool?
no setter
reconnectDelaySec int?
no setter
restartOnActivate bool?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings Map<String, dynamic>
no setterinherited
speedPercent int?
no setter

Methods

get<T>(String name) → T?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set<T>(String name, T value) → dynamic
Sets a value for a settings name. Values can only be of type: String, int, double, bool, DiveSettings, and List
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited