MotionImageInsertionFramerate
public struct MotionImageInsertionFramerate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The bottom of the fraction that expresses your overlay frame rate. For example, if your frame rate is 24 fps, set this value to 1.
Declaration
Swift
public let framerateDenominator: Int?
-
The top of the fraction that expresses your overlay frame rate. For example, if your frame rate is 24 fps, set this value to 24.
Declaration
Swift
public let framerateNumerator: Int?
-
Undocumented
Declaration
Swift
public init(framerateDenominator: Int? = nil, framerateNumerator: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws