@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HlsSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
HlsSettings() |
| Modifier and Type | Method and Description |
|---|---|
HlsSettings |
clone() |
boolean |
equals(Object obj) |
String |
getAudioGroupId()
Specifies the group to which the audio rendition belongs.
|
String |
getAudioOnlyContainer()
Use this setting only in audio-only outputs.
|
String |
getAudioRenditionSets()
List all the audio groups that are used with the video output stream.
|
String |
getAudioTrackType()
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 |
getDescriptiveVideoServiceFlag()
Specify whether to flag this audio track as descriptive video service (DVS) in your HLS parent manifest.
|
String |
getIFrameOnlyManifest()
Choose 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 |
getSegmentModifier()
Use this setting to add an identifying string to the filename of each segment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAudioGroupId(String audioGroupId)
Specifies the group to which the audio rendition belongs.
|
void |
setAudioOnlyContainer(String audioOnlyContainer)
Use this setting only in audio-only outputs.
|
void |
setAudioRenditionSets(String audioRenditionSets)
List all the audio groups that are used with the video output stream.
|
void |
setAudioTrackType(String 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.
|
void |
setDescriptiveVideoServiceFlag(String descriptiveVideoServiceFlag)
Specify whether to flag this audio track as descriptive video service (DVS) in your HLS parent manifest.
|
void |
setIFrameOnlyManifest(String iFrameOnlyManifest)
Choose 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.
|
void |
setSegmentModifier(String segmentModifier)
Use this setting to add an identifying string to the filename of each segment.
|
String |
toString()
Returns a string representation of this object.
|
HlsSettings |
withAudioGroupId(String audioGroupId)
Specifies the group to which the audio rendition belongs.
|
HlsSettings |
withAudioOnlyContainer(HlsAudioOnlyContainer audioOnlyContainer)
Use this setting only in audio-only outputs.
|
HlsSettings |
withAudioOnlyContainer(String audioOnlyContainer)
Use this setting only in audio-only outputs.
|
HlsSettings |
withAudioRenditionSets(String audioRenditionSets)
List all the audio groups that are used with the video output stream.
|
HlsSettings |
withAudioTrackType(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.
|
HlsSettings |
withAudioTrackType(String 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.
|
HlsSettings |
withDescriptiveVideoServiceFlag(HlsDescriptiveVideoServiceFlag descriptiveVideoServiceFlag)
Specify whether to flag this audio track as descriptive video service (DVS) in your HLS parent manifest.
|
HlsSettings |
withDescriptiveVideoServiceFlag(String descriptiveVideoServiceFlag)
Specify whether to flag this audio track as descriptive video service (DVS) in your HLS parent manifest.
|
HlsSettings |
withIFrameOnlyManifest(HlsIFrameOnlyManifest iFrameOnlyManifest)
Choose 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.
|
HlsSettings |
withIFrameOnlyManifest(String iFrameOnlyManifest)
Choose 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.
|
HlsSettings |
withSegmentModifier(String segmentModifier)
Use this setting to add an identifying string to the filename of each segment.
|
public void setAudioGroupId(String audioGroupId)
audioGroupId - Specifies the group to which the audio rendition belongs.public String getAudioGroupId()
public HlsSettings withAudioGroupId(String audioGroupId)
audioGroupId - Specifies the group to which the audio rendition belongs.public void setAudioOnlyContainer(String audioOnlyContainer)
audioOnlyContainer - Use this setting only in audio-only outputs. Choose MPEG-2 Transport Stream (M2TS) to create a file in an
MPEG2-TS container. Keep the default value Automatic to create an audio-only file in a raw container.
Regardless of the value that you specify here, if this output has video, the service will place the output
into an MPEG2-TS container.HlsAudioOnlyContainerpublic String getAudioOnlyContainer()
HlsAudioOnlyContainerpublic HlsSettings withAudioOnlyContainer(String audioOnlyContainer)
audioOnlyContainer - Use this setting only in audio-only outputs. Choose MPEG-2 Transport Stream (M2TS) to create a file in an
MPEG2-TS container. Keep the default value Automatic to create an audio-only file in a raw container.
Regardless of the value that you specify here, if this output has video, the service will place the output
into an MPEG2-TS container.HlsAudioOnlyContainerpublic HlsSettings withAudioOnlyContainer(HlsAudioOnlyContainer audioOnlyContainer)
audioOnlyContainer - Use this setting only in audio-only outputs. Choose MPEG-2 Transport Stream (M2TS) to create a file in an
MPEG2-TS container. Keep the default value Automatic to create an audio-only file in a raw container.
Regardless of the value that you specify here, if this output has video, the service will place the output
into an MPEG2-TS container.HlsAudioOnlyContainerpublic void setAudioRenditionSets(String audioRenditionSets)
audioRenditionSets - List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that
are associated to the video, separate by ','.public String getAudioRenditionSets()
public HlsSettings withAudioRenditionSets(String audioRenditionSets)
audioRenditionSets - List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that
are associated to the video, separate by ','.public void setAudioTrackType(String audioTrackType)
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=NOHlsAudioTrackTypepublic String getAudioTrackType()
HlsAudioTrackTypepublic HlsSettings withAudioTrackType(String audioTrackType)
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=NOHlsAudioTrackTypepublic HlsSettings withAudioTrackType(HlsAudioTrackType audioTrackType)
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=NOHlsAudioTrackTypepublic void setDescriptiveVideoServiceFlag(String descriptiveVideoServiceFlag)
descriptiveVideoServiceFlag - Specify whether to flag this audio track as descriptive video service (DVS) in your HLS parent manifest.
When you choose Flag, MediaConvert includes the parameter
CHARACTERISTICS="public.accessibility.describes-video" in the EXT-X-MEDIA entry for this track. When you
keep the default choice, Don't flag, MediaConvert leaves this parameter out. The DVS flag can help with
accessibility on Apple devices. For more information, see the Apple documentation.HlsDescriptiveVideoServiceFlagpublic String getDescriptiveVideoServiceFlag()
HlsDescriptiveVideoServiceFlagpublic HlsSettings withDescriptiveVideoServiceFlag(String descriptiveVideoServiceFlag)
descriptiveVideoServiceFlag - Specify whether to flag this audio track as descriptive video service (DVS) in your HLS parent manifest.
When you choose Flag, MediaConvert includes the parameter
CHARACTERISTICS="public.accessibility.describes-video" in the EXT-X-MEDIA entry for this track. When you
keep the default choice, Don't flag, MediaConvert leaves this parameter out. The DVS flag can help with
accessibility on Apple devices. For more information, see the Apple documentation.HlsDescriptiveVideoServiceFlagpublic HlsSettings withDescriptiveVideoServiceFlag(HlsDescriptiveVideoServiceFlag descriptiveVideoServiceFlag)
descriptiveVideoServiceFlag - Specify whether to flag this audio track as descriptive video service (DVS) in your HLS parent manifest.
When you choose Flag, MediaConvert includes the parameter
CHARACTERISTICS="public.accessibility.describes-video" in the EXT-X-MEDIA entry for this track. When you
keep the default choice, Don't flag, MediaConvert leaves this parameter out. The DVS flag can help with
accessibility on Apple devices. For more information, see the Apple documentation.HlsDescriptiveVideoServiceFlagpublic void setIFrameOnlyManifest(String iFrameOnlyManifest)
iFrameOnlyManifest - Choose 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. You might use this manifest as part of
a workflow that creates preview functions for your video. MediaConvert adds both the I-frame only child
manifest and the regular child manifest to the parent manifest. When you don't need the I-frame only child
manifest, keep the default value Exclude.HlsIFrameOnlyManifestpublic String getIFrameOnlyManifest()
HlsIFrameOnlyManifestpublic HlsSettings withIFrameOnlyManifest(String iFrameOnlyManifest)
iFrameOnlyManifest - Choose 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. You might use this manifest as part of
a workflow that creates preview functions for your video. MediaConvert adds both the I-frame only child
manifest and the regular child manifest to the parent manifest. When you don't need the I-frame only child
manifest, keep the default value Exclude.HlsIFrameOnlyManifestpublic HlsSettings withIFrameOnlyManifest(HlsIFrameOnlyManifest iFrameOnlyManifest)
iFrameOnlyManifest - Choose 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. You might use this manifest as part of
a workflow that creates preview functions for your video. MediaConvert adds both the I-frame only child
manifest and the regular child manifest to the parent manifest. When you don't need the I-frame only child
manifest, keep the default value Exclude.HlsIFrameOnlyManifestpublic void setSegmentModifier(String segmentModifier)
segmentModifier - Use this setting to add an identifying string to the filename of each segment. The service adds this
string between the name modifier and segment index number. You can use format identifiers in the string.
For more information, see
https://docs.aws.amazon.com/mediaconvert/latest/ug/using-variables-in-your-job-settings.htmlpublic String getSegmentModifier()
public HlsSettings withSegmentModifier(String segmentModifier)
segmentModifier - Use this setting to add an identifying string to the filename of each segment. The service adds this
string between the name modifier and segment index number. You can use format identifiers in the string.
For more information, see
https://docs.aws.amazon.com/mediaconvert/latest/ug/using-variables-in-your-job-settings.htmlpublic String toString()
toString in class ObjectObject.toString()public HlsSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.