@Generated(value="software.amazon.awssdk:codegen") public final class CmfcSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CmfcSettings.Builder,CmfcSettings>
Modifier and Type | Class and Description |
---|---|
static interface |
CmfcSettings.Builder |
Modifier and Type | Method and Description |
---|---|
CmfcAudioDuration |
audioDuration()
Specify this setting only when your output will be consumed by a downstream repackaging workflow that is
sensitive to very small duration differences between video and audio.
|
String |
audioDurationAsString()
Specify this setting only when your output will be consumed by a downstream repackaging workflow that is
sensitive to very small duration differences between video and audio.
|
String |
audioGroupId()
Specify the audio rendition group for this audio rendition.
|
String |
audioRenditionSets()
List the audio rendition groups that you want included with this video rendition.
|
CmfcAudioTrackType |
audioTrackType()
Use this setting to control the values that MediaConvert puts in your HLS parent playlist to control how the
client player selects which audio track to play.
|
String |
audioTrackTypeAsString()
Use this setting to control the values that MediaConvert puts in your HLS parent playlist to control how the
client player selects which audio track to play.
|
static CmfcSettings.Builder |
builder() |
CmfcDescriptiveVideoServiceFlag |
descriptiveVideoServiceFlag()
Specify whether to flag this audio track as descriptive video service (DVS) in your HLS parent manifest.
|
String |
descriptiveVideoServiceFlagAsString()
Specify whether to flag this audio track as descriptive video service (DVS) in your HLS parent manifest.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
CmfcIFrameOnlyManifest |
iFrameOnlyManifest()
Choose Include (INCLUDE) to have MediaConvert generate an HLS child manifest that lists only the I-frames for
this rendition, in addition to your regular manifest for this rendition.
|
String |
iFrameOnlyManifestAsString()
Choose Include (INCLUDE) to have MediaConvert generate an HLS child manifest that lists only the I-frames for
this rendition, in addition to your regular manifest for this rendition.
|
CmfcScte35Esam |
scte35Esam()
Use this setting only when you specify SCTE-35 markers from ESAM.
|
String |
scte35EsamAsString()
Use this setting only when you specify SCTE-35 markers from ESAM.
|
CmfcScte35Source |
scte35Source()
Ignore this setting unless you have SCTE-35 markers in your input video file.
|
String |
scte35SourceAsString()
Ignore this setting unless you have SCTE-35 markers in your input video file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CmfcSettings.Builder> |
serializableBuilderClass() |
CmfcSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final CmfcAudioDuration audioDuration()
If the service returns an enum value that is not available in the current SDK version, audioDuration
will return CmfcAudioDuration.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from audioDurationAsString()
.
CmfcAudioDuration
public final String audioDurationAsString()
If the service returns an enum value that is not available in the current SDK version, audioDuration
will return CmfcAudioDuration.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from audioDurationAsString()
.
CmfcAudioDuration
public final String audioGroupId()
public final String audioRenditionSets()
public final CmfcAudioTrackType audioTrackType()
If the service returns an enum value that is not available in the current SDK version, audioTrackType
will return CmfcAudioTrackType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from audioTrackTypeAsString()
.
CmfcAudioTrackType
public final String audioTrackTypeAsString()
If the service returns an enum value that is not available in the current SDK version, audioTrackType
will return CmfcAudioTrackType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from audioTrackTypeAsString()
.
CmfcAudioTrackType
public final CmfcDescriptiveVideoServiceFlag descriptiveVideoServiceFlag()
If the service returns an enum value that is not available in the current SDK version,
descriptiveVideoServiceFlag
will return CmfcDescriptiveVideoServiceFlag.UNKNOWN_TO_SDK_VERSION
.
The raw value returned by the service is available from descriptiveVideoServiceFlagAsString()
.
CmfcDescriptiveVideoServiceFlag
public final String descriptiveVideoServiceFlagAsString()
If the service returns an enum value that is not available in the current SDK version,
descriptiveVideoServiceFlag
will return CmfcDescriptiveVideoServiceFlag.UNKNOWN_TO_SDK_VERSION
.
The raw value returned by the service is available from descriptiveVideoServiceFlagAsString()
.
CmfcDescriptiveVideoServiceFlag
public final CmfcIFrameOnlyManifest iFrameOnlyManifest()
If the service returns an enum value that is not available in the current SDK version,
iFrameOnlyManifest
will return CmfcIFrameOnlyManifest.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from iFrameOnlyManifestAsString()
.
CmfcIFrameOnlyManifest
public final String iFrameOnlyManifestAsString()
If the service returns an enum value that is not available in the current SDK version,
iFrameOnlyManifest
will return CmfcIFrameOnlyManifest.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from iFrameOnlyManifestAsString()
.
CmfcIFrameOnlyManifest
public final CmfcScte35Esam scte35Esam()
If the service returns an enum value that is not available in the current SDK version, scte35Esam
will
return CmfcScte35Esam.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
scte35EsamAsString()
.
CmfcScte35Esam
public final String scte35EsamAsString()
If the service returns an enum value that is not available in the current SDK version, scte35Esam
will
return CmfcScte35Esam.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
scte35EsamAsString()
.
CmfcScte35Esam
public final CmfcScte35Source scte35Source()
If the service returns an enum value that is not available in the current SDK version, scte35Source
will
return CmfcScte35Source.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
scte35SourceAsString()
.
CmfcScte35Source
public final String scte35SourceAsString()
If the service returns an enum value that is not available in the current SDK version, scte35Source
will
return CmfcScte35Source.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
scte35SourceAsString()
.
CmfcScte35Source
public CmfcSettings.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CmfcSettings.Builder,CmfcSettings>
public static CmfcSettings.Builder builder()
public static Class<? extends CmfcSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.