@Generated(value="software.amazon.awssdk:codegen") public final class DashManifest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DashManifest.Builder,DashManifest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DashManifest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DashManifest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ManifestLayout |
manifestLayout()
Determines the position of some tags in the Media Presentation Description (MPD).
|
String |
manifestLayoutAsString()
Determines the position of some tags in the Media Presentation Description (MPD).
|
String |
manifestName()
An optional string to include in the name of the manifest.
|
Integer |
minBufferTimeSeconds()
Minimum duration (in seconds) that a player will buffer media before starting the presentation.
|
Profile |
profile()
The Dynamic Adaptive Streaming over HTTP (DASH) profile type.
|
String |
profileAsString()
The Dynamic Adaptive Streaming over HTTP (DASH) profile type.
|
ScteMarkersSource |
scteMarkersSource()
The source of scte markers used.
|
String |
scteMarkersSourceAsString()
The source of scte markers used.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DashManifest.Builder> |
serializableBuilderClass() |
StreamSelection |
streamSelection()
Returns the value of the StreamSelection property for this object.
|
DashManifest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ManifestLayout manifestLayout()
If the service returns an enum value that is not available in the current SDK version, manifestLayout
will return ManifestLayout.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from manifestLayoutAsString().
ManifestLayoutpublic final String manifestLayoutAsString()
If the service returns an enum value that is not available in the current SDK version, manifestLayout
will return ManifestLayout.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from manifestLayoutAsString().
ManifestLayoutpublic final String manifestName()
public final Integer minBufferTimeSeconds()
public final Profile profile()
If the service returns an enum value that is not available in the current SDK version, profile will
return Profile.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
profileAsString().
Profilepublic final String profileAsString()
If the service returns an enum value that is not available in the current SDK version, profile will
return Profile.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
profileAsString().
Profilepublic final ScteMarkersSource scteMarkersSource()
If the service returns an enum value that is not available in the current SDK version, scteMarkersSource
will return ScteMarkersSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from scteMarkersSourceAsString().
ScteMarkersSourcepublic final String scteMarkersSourceAsString()
If the service returns an enum value that is not available in the current SDK version, scteMarkersSource
will return ScteMarkersSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from scteMarkersSourceAsString().
ScteMarkersSourcepublic final StreamSelection streamSelection()
public DashManifest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DashManifest.Builder,DashManifest>public static DashManifest.Builder builder()
public static Class<? extends DashManifest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.