TPStreamsPlayerValue class
Represents the state of a streams player.
Constructors
- TPStreamsPlayerValue({Duration duration = Duration.zero, Duration position = Duration.zero, bool isLoading = false, bool isPlaying = false, bool isBuffering = false, bool isEnded = false, TPStreamsError? error})
- Creates an instance of TPStreamsPlayerValue.
Properties
- duration → Duration
-
The total duration of the video. Defaults to Duration.zero if the video is not loaded.
final
- error → TPStreamsError?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isBuffering → bool
-
Indicates whether the video is currently buffering.
final
- isEnded → bool
-
Indicates whether the currently loaded video has played to the end.
final
- isLoading → bool
-
Indicates whether a video is currently being loaded into the player.
final
- isPlaying → bool
-
Indicates whether the video is currently playing (true) or paused (false).
final
- position → Duration
-
The current playback position in the video.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{Duration? duration, Duration? position, bool? isLoading, bool? isPlaying, bool? isBuffering, bool? isEnded, TPStreamsError? error}) → TPStreamsPlayerValue -
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