@Generated(value="software.amazon.awssdk:codegen") public class AudioOnlyHlsSettings extends Object implements StructuredPojo, 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()
For use with an audio only Stream.
|
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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends AudioOnlyHlsSettings.Builder> |
serializableBuilderClass() |
AudioOnlyHlsSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String audioGroupId()
public InputLocation audioOnlyImage()
public 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 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 AudioOnlyHlsSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<AudioOnlyHlsSettings.Builder,AudioOnlyHlsSettings>public static AudioOnlyHlsSettings.Builder builder()
public static Class<? extends AudioOnlyHlsSettings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.