VideoControllerConfiguration class

VideoControllerConfiguration

Configurable options for customizing the VideoController behavior.

Constructors

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

Properties

enableHardwareAcceleration bool
Whether to enable hardware acceleration.
final
hashCode int
The hash code for this object.
no setterinherited
height int?
The fixed height of the Video output.
final
hwdec String?
Sets the --hwdec property on libmpv backend.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vo String?
Sets the --vo property on libmpv backend.
final
width int?
The fixed width of the Video output.
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