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.
Declaration
Swift
public let audioPids: [Int]?
-
If INSERT, 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 nielsenId3: M3u8NielsenId3?
-
The number of milliseconds between instances of this table in the output transport stream.
Declaration
Swift
public let patInterval: Int?
-
When set to PCR_EVERY_PES_PACKET 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?
-
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.
Declaration
Swift
public let pcrPid: Int?
-
The number of milliseconds between instances of this table in the output transport stream.
Declaration
Swift
public let pmtInterval: Int?
-
Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.
Declaration
Swift
public let pmtPid: Int?
-
Packet Identifier (PID) of the private metadata stream in the transport stream.
Declaration
Swift
public let privateMetadataPid: Int?
-
The value of the program number field in the Program Map Table.
Declaration
Swift
public let programNumber: Int?
-
Packet Identifier (PID) of the SCTE-35 stream in the transport stream.
Declaration
Swift
public let scte35Pid: Int?
-
For SCTE-35 markers from your input– 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 SCTE-35 markers in this output. For SCTE-35 markers from an ESAM XML document– Choose None (NONE) if you don’t want manifest conditioning. Choose Passthrough (PASSTHROUGH) and choose Ad markers (adMarkers) if you do want manifest conditioning. In both cases, also provide the ESAM XML as a string in the setting Signal processing notification XML (sccXml).
Declaration
Swift
public let scte35Source: M3u8Scte35Source?
-
Applies only to HLS outputs. Use this setting to specify whether the service inserts the ID3 timed metadata from the input in this output.
Declaration
Swift
public let timedMetadata: TimedMetadata?
-
Packet Identifier (PID) of the timed metadata stream in the transport stream.
Declaration
Swift
public let timedMetadataPid: Int?
-
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.
Declaration
Swift
public let videoPid: Int?
-
init(audioFramesPerPes:audioPids:nielsenId3:patInterval:pcrControl:pcrPid:pmtInterval:pmtPid:privateMetadataPid:programNumber:scte35Pid:scte35Source:timedMetadata:timedMetadataPid:transportStreamId:videoPid:)
Undocumented
Declaration
Swift
public init(audioFramesPerPes: Int? = nil, audioPids: [Int]? = nil, nielsenId3: M3u8NielsenId3? = nil, patInterval: Int? = nil, pcrControl: M3u8PcrControl? = nil, pcrPid: Int? = nil, pmtInterval: Int? = nil, pmtPid: Int? = nil, privateMetadataPid: Int? = nil, programNumber: Int? = nil, scte35Pid: Int? = nil, scte35Source: M3u8Scte35Source? = nil, timedMetadata: TimedMetadata? = nil, timedMetadataPid: Int? = nil, transportStreamId: Int? = nil, videoPid: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws