MultiplexVideoSettings
public struct MultiplexVideoSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The constant bitrate configuration for the video encode. When this field is defined, StatmuxSettings must be undefined.
Declaration
Swift
public let constantBitrate: Int?
-
Statmux rate control settings. When this field is defined, ConstantBitrate must be undefined.
Declaration
Swift
public let statmuxSettings: MultiplexStatmuxVideoSettings?
-
Undocumented
Declaration
Swift
public init(constantBitrate: Int? = nil, statmuxSettings: MultiplexStatmuxVideoSettings? = nil)
-
Declaration
Swift
public func validate(name: String) throws