@Generated(value="software.amazon.awssdk:codegen") public final class HlsSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HlsSettings.Builder,HlsSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
HlsSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
audioGroupId()
Specifies the group to which the audio rendition belongs.
|
HlsAudioOnlyContainer |
audioOnlyContainer()
Use this setting only in audio-only outputs.
|
String |
audioOnlyContainerAsString()
Use this setting only in audio-only outputs.
|
String |
audioRenditionSets()
List all the audio groups that are used with the video output stream.
|
HlsAudioTrackType |
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 HlsSettings.Builder |
builder() |
HlsDescriptiveVideoServiceFlag |
descriptiveVideoServiceFlag()
Specify whether to flag this audio track as descriptive video service (DVS) in your HLS parent manifest.
|
String |
descriptiveVideoServiceFlagAsString()
Specify whether to flag this audio track as descriptive video service (DVS) in your HLS parent manifest.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HlsIFrameOnlyManifest |
iFrameOnlyManifest()
Choose Include (INCLUDE) to have MediaConvert generate a child manifest that lists only the I-frames for this
rendition, in addition to your regular manifest for this rendition.
|
String |
iFrameOnlyManifestAsString()
Choose Include (INCLUDE) to have MediaConvert generate a child manifest that lists only the I-frames for this
rendition, in addition to your regular manifest for this rendition.
|
List<SdkField<?>> |
sdkFields() |
String |
segmentModifier()
Use this setting to add an identifying string to the filename of each segment.
|
static Class<? extends HlsSettings.Builder> |
serializableBuilderClass() |
HlsSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String audioGroupId()
public final HlsAudioOnlyContainer audioOnlyContainer()
If the service returns an enum value that is not available in the current SDK version,
audioOnlyContainer will return HlsAudioOnlyContainer.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from audioOnlyContainerAsString().
HlsAudioOnlyContainerpublic final String audioOnlyContainerAsString()
If the service returns an enum value that is not available in the current SDK version,
audioOnlyContainer will return HlsAudioOnlyContainer.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from audioOnlyContainerAsString().
HlsAudioOnlyContainerpublic final String audioRenditionSets()
public final HlsAudioTrackType audioTrackType()
If the service returns an enum value that is not available in the current SDK version, audioTrackType
will return HlsAudioTrackType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from audioTrackTypeAsString().
HlsAudioTrackTypepublic final String audioTrackTypeAsString()
If the service returns an enum value that is not available in the current SDK version, audioTrackType
will return HlsAudioTrackType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from audioTrackTypeAsString().
HlsAudioTrackTypepublic final HlsDescriptiveVideoServiceFlag descriptiveVideoServiceFlag()
If the service returns an enum value that is not available in the current SDK version,
descriptiveVideoServiceFlag will return HlsDescriptiveVideoServiceFlag.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from descriptiveVideoServiceFlagAsString().
HlsDescriptiveVideoServiceFlagpublic final String descriptiveVideoServiceFlagAsString()
If the service returns an enum value that is not available in the current SDK version,
descriptiveVideoServiceFlag will return HlsDescriptiveVideoServiceFlag.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from descriptiveVideoServiceFlagAsString().
HlsDescriptiveVideoServiceFlagpublic final HlsIFrameOnlyManifest iFrameOnlyManifest()
If the service returns an enum value that is not available in the current SDK version,
iFrameOnlyManifest will return HlsIFrameOnlyManifest.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from iFrameOnlyManifestAsString().
HlsIFrameOnlyManifestpublic final String iFrameOnlyManifestAsString()
If the service returns an enum value that is not available in the current SDK version,
iFrameOnlyManifest will return HlsIFrameOnlyManifest.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from iFrameOnlyManifestAsString().
HlsIFrameOnlyManifestpublic final String segmentModifier()
public HlsSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HlsSettings.Builder,HlsSettings>public static HlsSettings.Builder builder()
public static Class<? extends HlsSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.