WinVideoPlayerValue class
Constructors
-
WinVideoPlayerValue({int textureId = -1, Duration duration = Duration.zero, Size size = Size.zero, Duration position = Duration.zero, bool isInitialized = false, bool isPlaying = false, bool isLooping = false, bool isBuffering = false, bool isCompleted = false, double volume = 1.0, double playbackSpeed = 1.0, String? errorDescription})
-
const
Methods
-
copyWith({int? textureId, Duration? duration, bool? isBuffering, bool? isInitialized, bool? isLooping, bool? isPlaying, bool? isCompleted, double? playbackSpeed, Duration? position, Size? size, double? volume, String? errorDescription})
→ WinVideoPlayerValue
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited