InputDeviceHdSettings
public struct InputDeviceHdSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
Declaration
Swift
public let activeInput: InputDeviceActiveInput? -
The source at the input device that is currently active. You can specify this source.
Declaration
Swift
public let configuredInput: InputDeviceConfiguredInput? -
The state of the input device.
Declaration
Swift
public let deviceState: InputDeviceState? -
The frame rate of the video source.
Declaration
Swift
public let framerate: Double? -
The height of the video source, in pixels.
Declaration
Swift
public let height: Int? -
The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.
Declaration
Swift
public let maxBitrate: Int? -
The scan type of the video source.
Declaration
Swift
public let scanType: InputDeviceScanType? -
The width of the video source, in pixels.
Declaration
Swift
public let width: Int? -
Undocumented
Declaration
Swift
public init(activeInput: InputDeviceActiveInput? = nil, configuredInput: InputDeviceConfiguredInput? = nil, deviceState: InputDeviceState? = nil, framerate: Double? = nil, height: Int? = nil, maxBitrate: Int? = nil, scanType: InputDeviceScanType? = nil, width: Int? = nil)
View on GitHub
InputDeviceHdSettings Structure Reference