VideoControllerConfiguration class

VideoControllerConfiguration

Configurable options for customizing the VideoController behavior.

Constructors

VideoControllerConfiguration({String? vo, String? hwdec, int? width, int? height, double scale = 1.0, bool enableHardwareAcceleration = true, bool? androidAttachSurfaceAfterVideoParameters})
VideoControllerConfiguration
const

Properties

androidAttachSurfaceAfterVideoParameters bool?
Whether to attach android.view.Surface after video parameters are known.
final
enableHardwareAcceleration bool
Whether to enable hardware acceleration.
final
hashCode int
The hash code for this object.
no setterinherited
height int?
The fixed height for the video output. This may be used for performance reasons.
final
hwdec String?
Sets the --hwdec property on native backend.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
The scale for the video output. This may be used for performance reasons. Specifying this option will cause width & height to be ignored.
final
vo String?
Sets the --vo property on native backend.
final
width int?
The fixed width for the video output. This may be used for performance reasons.
final

Methods

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