Scte35SpliceInsertScheduleActionSettings

public struct Scte35SpliceInsertScheduleActionSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Optional, the duration for the splice_insert, in 90 KHz ticks. To convert seconds to ticks, multiple the seconds by 90,000. If you enter a duration, there is an expectation that the downstream system can read the duration and cue in at that time. If you do not enter a duration, the splice_insert will continue indefinitely and there is an expectation that you will enter a return_to_network to end the splice_insert at the appropriate time.

    Declaration

    Swift

    public let duration: Int64?
  • The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.

    Declaration

    Swift

    public let spliceEventId: Int64
  • Undocumented

    Declaration

    Swift

    public init(duration: Int64? = nil, spliceEventId: Int64)
  • Declaration

    Swift

    public func validate(name: String) throws