EmbedInfoOptions class

Options for video playback.

Constructors

EmbedInfoOptions({String? preferredCaptionsLanguage, Duration? startPosition, Duration? endPosition, Duration? resumePosition, int? maxVideoBitrateKbps, int? bufferingGoalMs, List<Object?>? techOverride, @Deprecated("Call enterPictureInPictureMode() from android activity to switch to PiP mode.") bool enablePip = false, bool autoplay = true, bool forceLowestBitrate = false, bool forceHighestSupportedBitrate = false, bool disableAnalytics = false, bool allowAdbDebugging = true, Map<Object?, Object?>? configMap, String? customPlayerId, bool nativeControls = false})
const

Properties

allowAdbDebugging bool
final
autoplay bool
final
bufferingGoalMs int?
final
configMap Map<Object?, Object?>?
final
customPlayerId String?
final
disableAnalytics bool
final
enablePip bool
final
endPosition Duration?
final
forceHighestSupportedBitrate bool
final
forceLowestBitrate bool
final
hashCode int
The hash code for this object.
no setterinherited
maxVideoBitrateKbps int?
final
nativeControls bool
If true, it specifies that native video controls should be displayed, applicable for web only.
final
preferredCaptionsLanguage String?
final
resumePosition Duration?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startPosition Duration?
final
techOverride List<Object?>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited