InputDeviceHdSettings class

Settings that describe the active source from the input device, and the video characteristics of that source.

Constructors

InputDeviceHdSettings({InputDeviceActiveInput? activeInput, InputDeviceConfiguredInput? configuredInput, InputDeviceState? deviceState, double? framerate, int? height, int? maxBitrate, InputDeviceScanType? scanType, int? width})
InputDeviceHdSettings.fromJson(Map<String, dynamic> json)
factory

Properties

activeInput InputDeviceActiveInput?
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
final
configuredInput InputDeviceConfiguredInput?
The source at the input device that is currently active. You can specify this source.
final
deviceState InputDeviceState?
The state of the input device.
final
framerate double?
The frame rate of the video source.
final
hashCode int
The hash code for this object.
no setterinherited
height int?
The height of the video source, in pixels.
final
maxBitrate int?
The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanType InputDeviceScanType?
The scan type of the video source.
final
width int?
The width of the video source, in pixels.
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