@Generated(value="software.amazon.awssdk:codegen") public final class MpdSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MpdSettings.Builder,MpdSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
MpdSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
MpdAccessibilityCaptionHints |
accessibilityCaptionHints()
Optional.
|
String |
accessibilityCaptionHintsAsString()
Optional.
|
MpdAudioDuration |
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.
|
static MpdSettings.Builder |
builder() |
MpdCaptionContainerType |
captionContainerType()
Use this setting only in DASH output groups that include sidecar TTML or IMSC captions.
|
String |
captionContainerTypeAsString()
Use this setting only in DASH output groups that include sidecar TTML or IMSC captions.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MpdKlvMetadata |
klvMetadata()
To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough.
|
String |
klvMetadataAsString()
To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough.
|
MpdScte35Esam |
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.
|
MpdScte35Source |
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 MpdSettings.Builder> |
serializableBuilderClass() |
MpdTimedMetadata |
timedMetadata()
To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
|
String |
timedMetadataAsString()
To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
|
MpdSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final MpdAccessibilityCaptionHints accessibilityCaptionHints()
If the service returns an enum value that is not available in the current SDK version,
accessibilityCaptionHints will return MpdAccessibilityCaptionHints.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from accessibilityCaptionHintsAsString().
MpdAccessibilityCaptionHintspublic final String accessibilityCaptionHintsAsString()
If the service returns an enum value that is not available in the current SDK version,
accessibilityCaptionHints will return MpdAccessibilityCaptionHints.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from accessibilityCaptionHintsAsString().
MpdAccessibilityCaptionHintspublic final MpdAudioDuration audioDuration()
If the service returns an enum value that is not available in the current SDK version, audioDuration
will return MpdAudioDuration.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from audioDurationAsString().
MpdAudioDurationpublic final String audioDurationAsString()
If the service returns an enum value that is not available in the current SDK version, audioDuration
will return MpdAudioDuration.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from audioDurationAsString().
MpdAudioDurationpublic final MpdCaptionContainerType captionContainerType()
If the service returns an enum value that is not available in the current SDK version,
captionContainerType will return MpdCaptionContainerType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from captionContainerTypeAsString().
MpdCaptionContainerTypepublic final String captionContainerTypeAsString()
If the service returns an enum value that is not available in the current SDK version,
captionContainerType will return MpdCaptionContainerType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from captionContainerTypeAsString().
MpdCaptionContainerTypepublic final MpdKlvMetadata klvMetadata()
If the service returns an enum value that is not available in the current SDK version, klvMetadata will
return MpdKlvMetadata.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
klvMetadataAsString().
MpdKlvMetadatapublic final String klvMetadataAsString()
If the service returns an enum value that is not available in the current SDK version, klvMetadata will
return MpdKlvMetadata.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
klvMetadataAsString().
MpdKlvMetadatapublic final MpdScte35Esam scte35Esam()
If the service returns an enum value that is not available in the current SDK version, scte35Esam will
return MpdScte35Esam.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scte35EsamAsString().
MpdScte35Esampublic final String scte35EsamAsString()
If the service returns an enum value that is not available in the current SDK version, scte35Esam will
return MpdScte35Esam.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scte35EsamAsString().
MpdScte35Esampublic final MpdScte35Source scte35Source()
If the service returns an enum value that is not available in the current SDK version, scte35Source will
return MpdScte35Source.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scte35SourceAsString().
MpdScte35Sourcepublic final String scte35SourceAsString()
If the service returns an enum value that is not available in the current SDK version, scte35Source will
return MpdScte35Source.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scte35SourceAsString().
MpdScte35Sourcepublic final MpdTimedMetadata timedMetadata()
If the service returns an enum value that is not available in the current SDK version, timedMetadata
will return MpdTimedMetadata.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from timedMetadataAsString().
MpdTimedMetadatapublic final String timedMetadataAsString()
If the service returns an enum value that is not available in the current SDK version, timedMetadata
will return MpdTimedMetadata.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from timedMetadataAsString().
MpdTimedMetadatapublic MpdSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MpdSettings.Builder,MpdSettings>public static MpdSettings.Builder builder()
public static Class<? extends MpdSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.