ContainerSettings

public struct ContainerSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Settings for MP4 segments in CMAF

    Declaration

    Swift

    public let cmfcSettings: CmfcSettings?
  • Container for this output. Some containers require a container settings object. If not specified, the default object will be created.

    Declaration

    Swift

    public let container: ContainerType?
  • Settings for F4v container

    Declaration

    Swift

    public let f4vSettings: F4vSettings?
  • MPEG-2 TS container settings. These apply to outputs in a File output group when the output’s container (ContainerType) is MPEG-2 Transport Stream (M2TS). In these assets, data is organized by the program map table (PMT). Each transport stream program contains subsets of data, including audio, video, and metadata. Each of these subsets of data has a numerical label called a packet identifier (PID). Each transport stream program corresponds to one MediaConvert output. The PMT lists the types of data in a program along with their PID. Downstream systems and players use the program map table to look up the PID for each type of data it accesses and then uses the PIDs to locate specific data within the asset.

    Declaration

    Swift

    public let m2tsSettings: M2tsSettings?
  • Settings for TS segments in HLS

    Declaration

    Swift

    public let m3u8Settings: M3u8Settings?
  • Settings for MOV Container.

    Declaration

    Swift

    public let movSettings: MovSettings?
  • Settings for MP4 container. You can create audio-only AAC outputs with this container.

    Declaration

    Swift

    public let mp4Settings: Mp4Settings?
  • Settings for MP4 segments in DASH

    Declaration

    Swift

    public let mpdSettings: MpdSettings?
  • MXF settings

    Declaration

    Swift

    public let mxfSettings: MxfSettings?
  • Undocumented

    Declaration

    Swift

    public init(cmfcSettings: CmfcSettings? = nil, container: ContainerType? = nil, f4vSettings: F4vSettings? = nil, m2tsSettings: M2tsSettings? = nil, m3u8Settings: M3u8Settings? = nil, movSettings: MovSettings? = nil, mp4Settings: Mp4Settings? = nil, mpdSettings: MpdSettings? = nil, mxfSettings: MxfSettings? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws