DvbSubSourceSettings

public struct DvbSubSourceSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • pid

    When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.

    Declaration

    Swift

    public let pid: Int?
  • Undocumented

    Declaration

    Swift

    public init(pid: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws