@Generated(value="software.amazon.awssdk:codegen") public final class AudioOnlyHlsSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AudioOnlyHlsSettings.Builder,AudioOnlyHlsSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AudioOnlyHlsSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
audioGroupId()
Specifies the group to which the audio Rendition belongs.
|
InputLocation |
audioOnlyImage()
Optional.
|
AudioOnlyHlsTrackType |
audioTrackType()
Four types of audio-only tracks are supported:
Audio-Only Variant Stream The client can play back this audio-only stream instead of video in low-bandwidth
scenarios.
|
String |
audioTrackTypeAsString()
Four types of audio-only tracks are supported:
Audio-Only Variant Stream The client can play back this audio-only stream instead of video in low-bandwidth
scenarios.
|
static AudioOnlyHlsSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
AudioOnlyHlsSegmentType |
segmentType()
Specifies the segment type.
|
String |
segmentTypeAsString()
Specifies the segment type.
|
static Class<? extends AudioOnlyHlsSettings.Builder> |
serializableBuilderClass() |
AudioOnlyHlsSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String audioGroupId()
public final InputLocation audioOnlyImage()
public final AudioOnlyHlsTrackType audioTrackType()
If the service returns an enum value that is not available in the current SDK version, audioTrackType
will return AudioOnlyHlsTrackType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from audioTrackTypeAsString().
AudioOnlyHlsTrackTypepublic final String audioTrackTypeAsString()
If the service returns an enum value that is not available in the current SDK version, audioTrackType
will return AudioOnlyHlsTrackType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from audioTrackTypeAsString().
AudioOnlyHlsTrackTypepublic final AudioOnlyHlsSegmentType segmentType()
If the service returns an enum value that is not available in the current SDK version, segmentType will
return AudioOnlyHlsSegmentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from segmentTypeAsString().
AudioOnlyHlsSegmentTypepublic final String segmentTypeAsString()
If the service returns an enum value that is not available in the current SDK version, segmentType will
return AudioOnlyHlsSegmentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from segmentTypeAsString().
AudioOnlyHlsSegmentTypepublic AudioOnlyHlsSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AudioOnlyHlsSettings.Builder,AudioOnlyHlsSettings>public static AudioOnlyHlsSettings.Builder builder()
public static Class<? extends AudioOnlyHlsSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.