Class MxfSettings
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.MxfSettings
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<MxfSettings.Builder,MxfSettings>
@Generated("software.amazon.awssdk:codegen") public final class MxfSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MxfSettings.Builder,MxfSettings>
These settings relate to your MXF output container.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
MxfSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MxfAfdSignaling
afdSignaling()
Optional.String
afdSignalingAsString()
Optional.static MxfSettings.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
MxfProfile
profile()
Specify the MXF profile, also called shim, for this output.String
profileAsString()
Specify the MXF profile, also called shim, for this output.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends MxfSettings.Builder>
serializableBuilderClass()
MxfSettings.Builder
toBuilder()
String
toString()
Returns a string representation of this object.MxfXavcProfileSettings
xavcProfileSettings()
Specify the XAVC profile settings for MXF outputs when you set your MXF profile to XAVC.-
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
-
afdSignaling
public final MxfAfdSignaling afdSignaling()
Optional. When you have AFD signaling set up in your output video stream, use this setting to choose whether to also include it in the MXF wrapper. Choose Don't copy to exclude AFD signaling from the MXF wrapper. Choose Copy from video stream to copy the AFD values from the video stream for this output to the MXF wrapper. Regardless of which option you choose, the AFD values remain in the video stream. Related settings: To set up your output to include or exclude AFD values, see AfdSignaling, under VideoDescription. On the console, find AFD signaling under the output's video encoding settings.If the service returns an enum value that is not available in the current SDK version,
afdSignaling
will returnMxfAfdSignaling.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromafdSignalingAsString()
.- Returns:
- Optional. When you have AFD signaling set up in your output video stream, use this setting to choose whether to also include it in the MXF wrapper. Choose Don't copy to exclude AFD signaling from the MXF wrapper. Choose Copy from video stream to copy the AFD values from the video stream for this output to the MXF wrapper. Regardless of which option you choose, the AFD values remain in the video stream. Related settings: To set up your output to include or exclude AFD values, see AfdSignaling, under VideoDescription. On the console, find AFD signaling under the output's video encoding settings.
- See Also:
MxfAfdSignaling
-
afdSignalingAsString
public final String afdSignalingAsString()
Optional. When you have AFD signaling set up in your output video stream, use this setting to choose whether to also include it in the MXF wrapper. Choose Don't copy to exclude AFD signaling from the MXF wrapper. Choose Copy from video stream to copy the AFD values from the video stream for this output to the MXF wrapper. Regardless of which option you choose, the AFD values remain in the video stream. Related settings: To set up your output to include or exclude AFD values, see AfdSignaling, under VideoDescription. On the console, find AFD signaling under the output's video encoding settings.If the service returns an enum value that is not available in the current SDK version,
afdSignaling
will returnMxfAfdSignaling.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromafdSignalingAsString()
.- Returns:
- Optional. When you have AFD signaling set up in your output video stream, use this setting to choose whether to also include it in the MXF wrapper. Choose Don't copy to exclude AFD signaling from the MXF wrapper. Choose Copy from video stream to copy the AFD values from the video stream for this output to the MXF wrapper. Regardless of which option you choose, the AFD values remain in the video stream. Related settings: To set up your output to include or exclude AFD values, see AfdSignaling, under VideoDescription. On the console, find AFD signaling under the output's video encoding settings.
- See Also:
MxfAfdSignaling
-
profile
public final MxfProfile profile()
Specify the MXF profile, also called shim, for this output. To automatically select a profile according to your output video codec and resolution, leave blank. For a list of codecs supported with each MXF profile, see https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html. For more information about the automatic selection behavior, see https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.If the service returns an enum value that is not available in the current SDK version,
profile
will returnMxfProfile.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromprofileAsString()
.- Returns:
- Specify the MXF profile, also called shim, for this output. To automatically select a profile according to your output video codec and resolution, leave blank. For a list of codecs supported with each MXF profile, see https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html. For more information about the automatic selection behavior, see https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.
- See Also:
MxfProfile
-
profileAsString
public final String profileAsString()
Specify the MXF profile, also called shim, for this output. To automatically select a profile according to your output video codec and resolution, leave blank. For a list of codecs supported with each MXF profile, see https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html. For more information about the automatic selection behavior, see https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.If the service returns an enum value that is not available in the current SDK version,
profile
will returnMxfProfile.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromprofileAsString()
.- Returns:
- Specify the MXF profile, also called shim, for this output. To automatically select a profile according to your output video codec and resolution, leave blank. For a list of codecs supported with each MXF profile, see https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html. For more information about the automatic selection behavior, see https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.
- See Also:
MxfProfile
-
xavcProfileSettings
public final MxfXavcProfileSettings xavcProfileSettings()
Specify the XAVC profile settings for MXF outputs when you set your MXF profile to XAVC.- Returns:
- Specify the XAVC profile settings for MXF outputs when you set your MXF profile to XAVC.
-
toBuilder
public MxfSettings.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<MxfSettings.Builder,MxfSettings>
-
builder
public static MxfSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends MxfSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-