CaptionSourceFramerate

public struct CaptionSourceFramerate : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specify the denominator of the fraction that represents the frame rate for the setting Caption source frame rate (CaptionSourceFramerate). Use this setting along with the setting Framerate numerator (framerateNumerator).

    Declaration

    Swift

    public let framerateDenominator: Int?
  • Specify the numerator of the fraction that represents the frame rate for the setting Caption source frame rate (CaptionSourceFramerate). Use this setting along with the setting Framerate denominator (framerateDenominator).

    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