Class ContainerSettings
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.ContainerSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ContainerSettings.Builder,ContainerSettings>
@Generated("software.amazon.awssdk:codegen") public final class ContainerSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContainerSettings.Builder,ContainerSettings>
Container specific settings.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceContainerSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContainerSettings.Builderbuilder()CmfcSettingscmfcSettings()These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.ContainerTypecontainer()Container for this output.StringcontainerAsString()Container for this output.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)F4vSettingsf4vSettings()Settings for F4v container<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()M2tsSettingsm2tsSettings()MPEG-2 TS container settings.M3u8Settingsm3u8Settings()These settings relate to the MPEG-2 transport stream (MPEG2-TS) container for the MPEG2-TS segments in your HLS outputs.MovSettingsmovSettings()These settings relate to your QuickTime MOV output container.Mp4Settingsmp4Settings()These settings relate to your MP4 output container.MpdSettingsmpdSettings()These settings relate to the fragmented MP4 container for the segments in your DASH outputs.MxfSettingsmxfSettings()These settings relate to your MXF output container.List<SdkField<?>>sdkFields()static Class<? extends ContainerSettings.Builder>serializableBuilderClass()ContainerSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
cmfcSettings
public final CmfcSettings cmfcSettings()
These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.- Returns:
- These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.
-
container
public final ContainerType container()
Container for this output. Some containers require a container settings object. If not specified, the default object will be created.If the service returns an enum value that is not available in the current SDK version,
containerwill returnContainerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontainerAsString().- Returns:
- Container for this output. Some containers require a container settings object. If not specified, the default object will be created.
- See Also:
ContainerType
-
containerAsString
public final String containerAsString()
Container for this output. Some containers require a container settings object. If not specified, the default object will be created.If the service returns an enum value that is not available in the current SDK version,
containerwill returnContainerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontainerAsString().- Returns:
- Container for this output. Some containers require a container settings object. If not specified, the default object will be created.
- See Also:
ContainerType
-
f4vSettings
public final F4vSettings f4vSettings()
Settings for F4v container- Returns:
- Settings for F4v container
-
m2tsSettings
public final 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.- Returns:
- 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.
-
m3u8Settings
public final M3u8Settings m3u8Settings()
These settings relate to the MPEG-2 transport stream (MPEG2-TS) container for the MPEG2-TS segments in your HLS outputs.- Returns:
- These settings relate to the MPEG-2 transport stream (MPEG2-TS) container for the MPEG2-TS segments in your HLS outputs.
-
movSettings
public final MovSettings movSettings()
These settings relate to your QuickTime MOV output container.- Returns:
- These settings relate to your QuickTime MOV output container.
-
mp4Settings
public final 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.- Returns:
- 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.
-
mpdSettings
public final MpdSettings mpdSettings()
These settings relate to the fragmented MP4 container for the segments in your DASH outputs.- Returns:
- These settings relate to the fragmented MP4 container for the segments in your DASH outputs.
-
mxfSettings
public final MxfSettings mxfSettings()
These settings relate to your MXF output container.- Returns:
- These settings relate to your MXF output container.
-
toBuilder
public ContainerSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ContainerSettings.Builder,ContainerSettings>
-
builder
public static ContainerSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends ContainerSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-