CmfcSettings

public struct CmfcSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Use this setting only when you specify SCTE-35 markers from ESAM. Choose INSERT to put SCTE-35 markers in this output at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML (sccXml).

    Declaration

    Swift

    public let scte35Esam: CmfcScte35Esam?
  • Ignore this setting unless you have SCTE-35 markers in your input video file. Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None (NONE) if you don’t want those SCTE-35 markers in this output.

    Declaration

    Swift

    public let scte35Source: CmfcScte35Source?
  • Undocumented

    Declaration

    Swift

    public init(scte35Esam: CmfcScte35Esam? = nil, scte35Source: CmfcScte35Source? = nil)