PodPlayerConfig class

Constructors

PodPlayerConfig({bool autoPlay = true, bool isLooping = false, bool forcedVideoFocus = false, bool wakelockEnabled = true, bool isLive = false, List<int> videoQualityPriority = const [1080, 720, 360]})
const

Properties

autoPlay bool
final
forcedVideoFocus bool
final
hashCode int
The hash code for this object.
no setterinherited
isLive bool
final
isLooping bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoQualityPriority List<int>
Initial video quality priority. The first available option will be used, from start to the end of this list. If all options informed are not available or if nothing is provided, 360p is used.
final
wakelockEnabled bool
final

Methods

copyWith({bool? autoPlay, bool? isLooping, bool? forcedVideoFocus, bool? wakelockEnabled, bool? isLive, List<int>? videoQualityPriority}) PodPlayerConfig
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