PlayerParameters class

Annotations

Constructors

PlayerParameters({bool? autofocus, bool? autoplay, bool? autopause, bool? muted, bool? loop, bool? playsinline, bool? preload, bool? texttrack, bool? dnt, bool? background, int? t, bool? transparent, bool? speedbtn, bool? header, bool? controls, String? userAgent, String? externalId, bool? disableFiles, WatermarkParameters watermark = const WatermarkParameters()})
const

Properties

autofocus bool?
final
autopause bool?
final
autoplay bool?
final
background bool?
final
controls bool?
final
disableFiles bool?
final
dnt bool?
final
externalId String?
final
hashCode int
The hash code for this object.
no setterinherited
final
loop bool?
final
muted bool?
final
playsinline bool?
final
preload bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speedbtn bool?
final
t int?
final
texttrack bool?
final
transparent bool?
final
userAgent String?
Sets the user-agent.
final
watermark WatermarkParameters
final

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