@Generated(value="software.amazon.awssdk:codegen") public final class HlsPackage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HlsPackage.Builder,HlsPackage>
| Modifier and Type | Class and Description |
|---|---|
static interface |
HlsPackage.Builder |
| Modifier and Type | Method and Description |
|---|---|
AdMarkers |
adMarkers()
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
String |
adMarkersAsString()
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
AdsOnDeliveryRestrictions |
adsOnDeliveryRestrictions()
Returns the value of the AdsOnDeliveryRestrictions property for this object.
|
String |
adsOnDeliveryRestrictionsAsString()
Returns the value of the AdsOnDeliveryRestrictions property for this object.
|
List<AdTriggersElement> |
adTriggers()
Returns the value of the AdTriggers property for this object.
|
List<String> |
adTriggersAsStrings()
Returns the value of the AdTriggers property for this object.
|
static HlsPackage.Builder |
builder() |
HlsEncryption |
encryption()
Returns the value of the Encryption property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAdTriggers()
For responses, this returns true if the service returned a value for the AdTriggers property.
|
int |
hashCode() |
Boolean |
includeDvbSubtitles()
When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
|
Boolean |
includeIframeOnlyStream()
When enabled, an I-Frame only stream will be included in the output.
|
PlaylistType |
playlistType()
The HTTP Live Streaming (HLS) playlist type.
|
String |
playlistTypeAsString()
The HTTP Live Streaming (HLS) playlist type.
|
Integer |
playlistWindowSeconds()
Time window (in seconds) contained in each parent manifest.
|
Integer |
programDateTimeIntervalSeconds()
The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag inserted into manifests.
|
List<SdkField<?>> |
sdkFields() |
Integer |
segmentDurationSeconds()
Duration (in seconds) of each fragment.
|
static Class<? extends HlsPackage.Builder> |
serializableBuilderClass() |
StreamSelection |
streamSelection()
Returns the value of the StreamSelection property for this object.
|
HlsPackage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
useAudioRenditionGroup()
When enabled, audio streams will be placed in rendition groups in the output.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AdMarkers adMarkers()
If the service returns an enum value that is not available in the current SDK version, adMarkers will
return AdMarkers.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
adMarkersAsString().
AdMarkerspublic final String adMarkersAsString()
If the service returns an enum value that is not available in the current SDK version, adMarkers will
return AdMarkers.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
adMarkersAsString().
AdMarkerspublic final List<AdTriggersElement> adTriggers()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAdTriggers() method.
public final boolean hasAdTriggers()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> adTriggersAsStrings()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAdTriggers() method.
public final AdsOnDeliveryRestrictions adsOnDeliveryRestrictions()
If the service returns an enum value that is not available in the current SDK version,
adsOnDeliveryRestrictions will return AdsOnDeliveryRestrictions.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from adsOnDeliveryRestrictionsAsString().
AdsOnDeliveryRestrictionspublic final String adsOnDeliveryRestrictionsAsString()
If the service returns an enum value that is not available in the current SDK version,
adsOnDeliveryRestrictions will return AdsOnDeliveryRestrictions.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from adsOnDeliveryRestrictionsAsString().
AdsOnDeliveryRestrictionspublic final HlsEncryption encryption()
public final Boolean includeDvbSubtitles()
public final Boolean includeIframeOnlyStream()
public final PlaylistType playlistType()
If the service returns an enum value that is not available in the current SDK version, playlistType will
return PlaylistType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
playlistTypeAsString().
PlaylistTypepublic final String playlistTypeAsString()
If the service returns an enum value that is not available in the current SDK version, playlistType will
return PlaylistType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
playlistTypeAsString().
PlaylistTypepublic final Integer playlistWindowSeconds()
public final Integer programDateTimeIntervalSeconds()
public final Integer segmentDurationSeconds()
public final StreamSelection streamSelection()
public final Boolean useAudioRenditionGroup()
public HlsPackage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HlsPackage.Builder,HlsPackage>public static HlsPackage.Builder builder()
public static Class<? extends HlsPackage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.