InputDeviceConfigurableSettings class

Configurable settings for the input device.

Constructors

InputDeviceConfigurableSettings({InputDeviceConfiguredInput? configuredInput, int? maxBitrate})

Properties

configuredInput InputDeviceConfiguredInput?
The input source that you want to use. If the device has a source connected to only one of its input ports, or if you don't care which source the device sends, specify Auto. If the device has sources connected to both its input ports, and you want to use a specific source, specify the source.
final
hashCode int
The hash code for this object.
no setterinherited
maxBitrate int?
The maximum bitrate in bits per second. Set a value here to throttle the bitrate of the source video.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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