BetterVideoPlayerValue class

Constructors

BetterVideoPlayerValue({required Key playerKey, required bool isFullScreenMode, required StreamController<BetterVideoPlayerEvent> playerEventStreamController, double visibilityFraction = 1, bool isLoading = true, bool isVideoFinish = false, bool hasError = false, bool wifiInterrupted = false, BetterVideoPlayerConfiguration configuration = const BetterVideoPlayerConfiguration(), VideoPlayerController? videoPlayerController, VoidCallback? enterFullScreenCallback, VoidCallback? exitFullScreenCallback})

Properties

configuration BetterVideoPlayerConfiguration
final
enterFullScreenCallback VoidCallback?
final
exitFullScreenCallback VoidCallback?
final
hasError bool
final
hashCode int
The hash code for this object.
no setterinherited
isFullScreenMode bool
final
isLoading bool
final
isVideoFinish bool
final
playerEventStreamController StreamController<BetterVideoPlayerEvent>
final
playerKey Key
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoPlayerController ↔ VideoPlayerController?
getter/setter pair
visibilityFraction double
final
wifiInterrupted bool
final

Methods

copyWith({bool? isFullScreenMode, double? visibilityFraction, bool? isLoading, bool? isPauseFromUser, bool? isVideoFinish, bool? hasError, bool? wifiInterrupted, BetterVideoPlayerConfiguration? configuration, VideoPlayerController? videoPlayerController, VoidCallback? enterFullScreenCallback, VoidCallback? exitFullScreenCallback}) BetterVideoPlayerValue
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