InputDeviceConfigurableSettings
public struct InputDeviceConfigurableSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let configuredInput: InputDeviceConfiguredInput?
-
The maximum bitrate in bits per second. Set a value here to throttle the bitrate of the source video.
Declaration
Swift
public let maxBitrate: Int?
-
Undocumented
Declaration
Swift
public init(configuredInput: InputDeviceConfiguredInput? = nil, maxBitrate: Int? = nil)