M3u8Settings

public struct M3u8Settings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of audio frames to insert for each PES packet.

    Declaration

    Swift

    public let audioFramesPerPes: Int?
  • Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values.

    Declaration

    Swift

    public let audioPids: String?
  • This parameter is unused and deprecated.

    Declaration

    Swift

    public let ecmPid: String?
  • If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.

    Declaration

    Swift

    public let nielsenId3Behavior: M3u8NielsenId3Behavior?
  • The number of milliseconds between instances of this table in the output transport stream. A value of \“0\” writes out the PMT once per segment file.

    Declaration

    Swift

    public let patInterval: Int?
  • When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.

    Declaration

    Swift

    public let pcrControl: M3u8PcrControl?
  • Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.

    Declaration

    Swift

    public let pcrPeriod: Int?
  • Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is given, the encoder will assign the same value as the Video PID. Can be entered as a decimal or hexadecimal value.

    Declaration

    Swift

    public let pcrPid: String?
  • The number of milliseconds between instances of this table in the output transport stream. A value of \“0\” writes out the PMT once per segment file.

    Declaration

    Swift

    public let pmtInterval: Int?
  • Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream. Can be entered as a decimal or hexadecimal value.

    Declaration

    Swift

    public let pmtPid: String?
  • The value of the program number field in the Program Map Table.

    Declaration

    Swift

    public let programNum: Int?
  • If set to passthrough, passes any SCTE-35 signals from the input source to this output.

    Declaration

    Swift

    public let scte35Behavior: M3u8Scte35Behavior?
  • Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can be entered as a decimal or hexadecimal value.

    Declaration

    Swift

    public let scte35Pid: String?
  • When set to passthrough, timed metadata is passed through from input to output.

    Declaration

    Swift

    public let timedMetadataBehavior: M3u8TimedMetadataBehavior?
  • Packet Identifier (PID) of the timed metadata stream in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).

    Declaration

    Swift

    public let timedMetadataPid: String?
  • The value of the transport stream ID field in the Program Map Table.

    Declaration

    Swift

    public let transportStreamId: Int?
  • Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value.

    Declaration

    Swift

    public let videoPid: String?
  • Undocumented

    Declaration

    Swift

    public init(audioFramesPerPes: Int? = nil, audioPids: String? = nil, ecmPid: String? = nil, nielsenId3Behavior: M3u8NielsenId3Behavior? = nil, patInterval: Int? = nil, pcrControl: M3u8PcrControl? = nil, pcrPeriod: Int? = nil, pcrPid: String? = nil, pmtInterval: Int? = nil, pmtPid: String? = nil, programNum: Int? = nil, scte35Behavior: M3u8Scte35Behavior? = nil, scte35Pid: String? = nil, timedMetadataBehavior: M3u8TimedMetadataBehavior? = nil, timedMetadataPid: String? = nil, transportStreamId: Int? = nil, videoPid: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws