GlobalPlayerState class
Constructors
-
GlobalPlayerState({Scene? activeScene, VideoPlayerController? videoPlayerController, bool isPlaying = false, bool isFullScreen = false, bool isInPipMode = false, String? streamMimeType, String? streamLabel, String? streamSource, int? startupLatencyMs, bool? prewarmAttempted, bool? prewarmSucceeded, int? prewarmLatencyMs, bool autoplayNext = false, bool showVideoDebugInfo = false, bool useDoubleTapSeek = true, bool enableBackgroundPlayback = false, bool enableNativePip = false})
-
Methods
-
copyWith({Scene? activeScene, VideoPlayerController? videoPlayerController, bool? isPlaying, bool? isFullScreen, bool? isInPipMode, String? streamMimeType, String? streamLabel, String? streamSource, int? startupLatencyMs, bool? prewarmAttempted, bool? prewarmSucceeded, int? prewarmLatencyMs, bool? autoplayNext, bool? showVideoDebugInfo, bool? useDoubleTapSeek, bool? enableBackgroundPlayback, bool? enableNativePip, bool clearActive = false})
→ GlobalPlayerState
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited