@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.
|
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 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 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 String manifestName()
public Integer minBufferTimeSeconds()
public 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 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 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.