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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ContainerSettings.Builder
builder()
final CmfcSettings
These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.final ContainerType
Container for this output.final String
Container for this output.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final F4vSettings
Settings for F4v containerfinal <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final M2tsSettings
MPEG-2 TS container settings.final M3u8Settings
These settings relate to the MPEG-2 transport stream (MPEG2-TS) container for the MPEG2-TS segments in your HLS outputs.final MovSettings
These settings relate to your QuickTime MOV output container.final Mp4Settings
These settings relate to your MP4 output container.final MpdSettings
These settings relate to the fragmented MP4 container for the segments in your DASH outputs.final MxfSettings
These settings relate to your MXF output container.static Class
<? extends ContainerSettings.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
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,
container
will 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:
-
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,
container
will 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:
-
f4vSettings
Settings for F4v container- Returns:
- Settings for F4v container
-
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
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
These settings relate to your QuickTime MOV output container.- Returns:
- These settings relate to your QuickTime MOV output container.
-
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
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
These settings relate to your MXF output container.- Returns:
- These settings relate to your MXF output container.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<ContainerSettings.Builder,
ContainerSettings> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-