InputDeviceSummary
public struct InputDeviceSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique ARN of the input device.
Declaration
Swift
public let arn: String?
-
The state of the connection between the input device and AWS.
Declaration
Swift
public let connectionState: InputDeviceConnectionState?
-
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.
Declaration
Swift
public let deviceSettingsSyncState: DeviceSettingsSyncState?
-
Settings that describe an input device that is type HD.
Declaration
Swift
public let hdDeviceSettings: InputDeviceHdSettings?
-
The unique ID of the input device.
Declaration
Swift
public let id: String?
-
The network MAC address of the input device.
Declaration
Swift
public let macAddress: String?
-
A name that you specify for the input device.
Declaration
Swift
public let name: String?
-
Network settings for the input device.
Declaration
Swift
public let networkSettings: InputDeviceNetworkSettings?
-
The unique serial number of the input device.
Declaration
Swift
public let serialNumber: String?
-
The type of the input device.
Declaration
Swift
public let type: InputDeviceType?
-
init(arn:connectionState:deviceSettingsSyncState:hdDeviceSettings:id:macAddress:name:networkSettings:serialNumber:type:)
Undocumented
Declaration
Swift
public init(arn: String? = nil, connectionState: InputDeviceConnectionState? = nil, deviceSettingsSyncState: DeviceSettingsSyncState? = nil, hdDeviceSettings: InputDeviceHdSettings? = nil, id: String? = nil, macAddress: String? = nil, name: String? = nil, networkSettings: InputDeviceNetworkSettings? = nil, serialNumber: String? = nil, type: InputDeviceType? = nil)