Class AudioOnlyHlsSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.AudioOnlyHlsSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AudioOnlyHlsSettings.Builder,AudioOnlyHlsSettings>
@Generated("software.amazon.awssdk:codegen") public final class AudioOnlyHlsSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AudioOnlyHlsSettings.Builder,AudioOnlyHlsSettings>
Audio Only Hls Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAudioOnlyHlsSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaudioGroupId()Specifies the group to which the audio Rendition belongs.InputLocationaudioOnlyImage()Optional.AudioOnlyHlsTrackTypeaudioTrackType()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.StringaudioTrackTypeAsString()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.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()AudioOnlyHlsSegmentTypesegmentType()Specifies the segment type.StringsegmentTypeAsString()Specifies the segment type.static Class<? extends AudioOnlyHlsSettings.Builder>serializableBuilderClass()AudioOnlyHlsSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
audioGroupId
public final String audioGroupId()
Specifies the group to which the audio Rendition belongs.- Returns:
- Specifies the group to which the audio Rendition belongs.
-
audioOnlyImage
public final InputLocation audioOnlyImage()
Optional. Specifies the .jpg or .png image to use as the cover art for an audio-only output. We recommend a low bit-size file because the image increases the output audio bandwidth. The image is attached to the audio as an ID3 tag, frame type APIC, picture type 0x10, as per the "ID3 tag version 2.4.0 - Native Frames" standard.- Returns:
- Optional. Specifies the .jpg or .png image to use as the cover art for an audio-only output. We recommend a low bit-size file because the image increases the output audio bandwidth. The image is attached to the audio as an ID3 tag, frame type APIC, picture type 0x10, as per the "ID3 tag version 2.4.0 - Native Frames" standard.
-
audioTrackType
public final 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. Represented as an EXT-X-STREAM-INF in the HLS manifest. Alternate Audio, Auto Select, Default Alternate rendition that the client should try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YES Alternate Audio, Auto Select, Not Default Alternate rendition that the client may try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YES Alternate Audio, not Auto Select Alternate rendition that the client will not try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NOIf the service returns an enum value that is not available in the current SDK version,
audioTrackTypewill returnAudioOnlyHlsTrackType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaudioTrackTypeAsString().- Returns:
- 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. Represented as an EXT-X-STREAM-INF in the HLS manifest. Alternate Audio, Auto Select, Default Alternate rendition that the client should try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YES Alternate Audio, Auto Select, Not Default Alternate rendition that the client may try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YES Alternate Audio, not Auto Select Alternate rendition that the client will not try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NO
- See Also:
AudioOnlyHlsTrackType
-
audioTrackTypeAsString
public final 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. Represented as an EXT-X-STREAM-INF in the HLS manifest. Alternate Audio, Auto Select, Default Alternate rendition that the client should try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YES Alternate Audio, Auto Select, Not Default Alternate rendition that the client may try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YES Alternate Audio, not Auto Select Alternate rendition that the client will not try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NOIf the service returns an enum value that is not available in the current SDK version,
audioTrackTypewill returnAudioOnlyHlsTrackType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaudioTrackTypeAsString().- Returns:
- 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. Represented as an EXT-X-STREAM-INF in the HLS manifest. Alternate Audio, Auto Select, Default Alternate rendition that the client should try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YES Alternate Audio, Auto Select, Not Default Alternate rendition that the client may try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YES Alternate Audio, not Auto Select Alternate rendition that the client will not try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NO
- See Also:
AudioOnlyHlsTrackType
-
segmentType
public final AudioOnlyHlsSegmentType segmentType()
Specifies the segment type.If the service returns an enum value that is not available in the current SDK version,
segmentTypewill returnAudioOnlyHlsSegmentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsegmentTypeAsString().- Returns:
- Specifies the segment type.
- See Also:
AudioOnlyHlsSegmentType
-
segmentTypeAsString
public final String segmentTypeAsString()
Specifies the segment type.If the service returns an enum value that is not available in the current SDK version,
segmentTypewill returnAudioOnlyHlsSegmentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsegmentTypeAsString().- Returns:
- Specifies the segment type.
- See Also:
AudioOnlyHlsSegmentType
-
toBuilder
public AudioOnlyHlsSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AudioOnlyHlsSettings.Builder,AudioOnlyHlsSettings>
-
builder
public static AudioOnlyHlsSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends AudioOnlyHlsSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-