Interface ContainerSettings.Builder

    • Method Detail

      • cmfcSettings

        ContainerSettings.Builder cmfcSettings​(CmfcSettings cmfcSettings)
        These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.
        Parameters:
        cmfcSettings - These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • container

        ContainerSettings.Builder container​(String container)
        Container for this output. Some containers require a container settings object. If not specified, the default object will be created.
        Parameters:
        container - Container for this output. Some containers require a container settings object. If not specified, the default object will be created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContainerType, ContainerType
      • container

        ContainerSettings.Builder container​(ContainerType container)
        Container for this output. Some containers require a container settings object. If not specified, the default object will be created.
        Parameters:
        container - Container for this output. Some containers require a container settings object. If not specified, the default object will be created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContainerType, ContainerType
      • f4vSettings

        ContainerSettings.Builder f4vSettings​(F4vSettings f4vSettings)
        Settings for F4v container
        Parameters:
        f4vSettings - Settings for F4v container
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • m2tsSettings

        ContainerSettings.Builder m2tsSettings​(M2tsSettings m2tsSettings)
        MPEG-2 TS container settings. These apply to outputs in a File output group when the output's container 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.
        Parameters:
        m2tsSettings - MPEG-2 TS container settings. These apply to outputs in a File output group when the output's container 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • m2tsSettings

        default ContainerSettings.Builder m2tsSettings​(Consumer<M2tsSettings.Builder> m2tsSettings)
        MPEG-2 TS container settings. These apply to outputs in a File output group when the output's container 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. This is a convenience method that creates an instance of the M2tsSettings.Builder avoiding the need to create one manually via M2tsSettings.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to m2tsSettings(M2tsSettings).

        Parameters:
        m2tsSettings - a consumer that will call methods on M2tsSettings.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        m2tsSettings(M2tsSettings)
      • m3u8Settings

        ContainerSettings.Builder m3u8Settings​(M3u8Settings m3u8Settings)
        These settings relate to the MPEG-2 transport stream (MPEG2-TS) container for the MPEG2-TS segments in your HLS outputs.
        Parameters:
        m3u8Settings - These settings relate to the MPEG-2 transport stream (MPEG2-TS) container for the MPEG2-TS segments in your HLS outputs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • movSettings

        ContainerSettings.Builder movSettings​(MovSettings movSettings)
        These settings relate to your QuickTime MOV output container.
        Parameters:
        movSettings - These settings relate to your QuickTime MOV output container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mp4Settings

        ContainerSettings.Builder mp4Settings​(Mp4Settings mp4Settings)
        These settings relate to your MP4 output container. You can create audio only outputs with this container. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/supported-codecs-containers-audio -only.html#output-codecs-and-containers-supported-for-audio-only.
        Parameters:
        mp4Settings - These settings relate to your MP4 output container. You can create audio only outputs with this container. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/supported-codecs -containers-audio-only.html#output-codecs-and-containers-supported-for-audio-only.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mpdSettings

        ContainerSettings.Builder mpdSettings​(MpdSettings mpdSettings)
        These settings relate to the fragmented MP4 container for the segments in your DASH outputs.
        Parameters:
        mpdSettings - These settings relate to the fragmented MP4 container for the segments in your DASH outputs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mxfSettings

        ContainerSettings.Builder mxfSettings​(MxfSettings mxfSettings)
        These settings relate to your MXF output container.
        Parameters:
        mxfSettings - These settings relate to your MXF output container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.