InputDeviceSummary class
Details of the input device.
Constructors
- InputDeviceSummary({String? arn, InputDeviceConnectionState? connectionState, DeviceSettingsSyncState? deviceSettingsSyncState, DeviceUpdateStatus? deviceUpdateStatus, InputDeviceHdSettings? hdDeviceSettings, String? id, String? macAddress, String? name, InputDeviceNetworkSettings? networkSettings, String? serialNumber, InputDeviceType? type, InputDeviceUhdSettings? uhdDeviceSettings})
-
InputDeviceSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The unique ARN of the input device.
final
- connectionState → InputDeviceConnectionState?
-
The state of the connection between the input device and AWS.
final
- deviceSettingsSyncState → DeviceSettingsSyncState?
-
The status of the action to synchronize the device configuration. If you
change the configuration of the input device (for example, the maximum
bitrate), MediaLive sends the new data to the device. The device might not
update itself immediately. SYNCED means the device has updated its
configuration. SYNCING means that it has not updated its configuration.
final
- deviceUpdateStatus → DeviceUpdateStatus?
-
The status of software on the input device.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hdDeviceSettings → InputDeviceHdSettings?
-
Settings that describe an input device that is type HD.
final
- id → String?
-
The unique ID of the input device.
final
- macAddress → String?
-
The network MAC address of the input device.
final
- name → String?
-
A name that you specify for the input device.
final
- networkSettings → InputDeviceNetworkSettings?
-
Network settings for the input device.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serialNumber → String?
-
The unique serial number of the input device.
final
- type → InputDeviceType?
-
The type of the input device.
final
- uhdDeviceSettings → InputDeviceUhdSettings?
-
Settings that describe an input device that is type UHD.
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