@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HlsGroupSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
HlsGroupSettings() |
| Modifier and Type | Method and Description |
|---|---|
HlsGroupSettings |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAdMarkers()
Choose one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs.
|
String |
getBaseUrl()
A partial URI prefix that will be prepended to each output in the media .m3u8 file.
|
List<HlsCaptionLanguageMapping> |
getCaptionLanguageMappings()
Language to be used on Caption outputs
|
String |
getCaptionLanguageSetting() |
String |
getClientCache() |
String |
getCodecSpecification() |
String |
getDestination()
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
String |
getDirectoryStructure() |
HlsEncryptionSettings |
getEncryption()
DRM settings.
|
String |
getManifestCompression() |
String |
getManifestDurationFormat() |
Double |
getMinFinalSegmentLength()
Keep this setting at the default value of 0, unless you are troubleshooting a problem with how devices play back
the end of your video asset.
|
Integer |
getMinSegmentLength()
When set, Minimum Segment Size is enforced by looking ahead and back within the specified range for a nearby
avail and extending the segment size if needed.
|
String |
getOutputSelection() |
String |
getProgramDateTime() |
Integer |
getProgramDateTimePeriod()
Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds.
|
String |
getSegmentControl() |
Integer |
getSegmentLength()
Length of MPEG-2 Transport Stream segments to create (in seconds).
|
Integer |
getSegmentsPerSubdirectory()
Number of segments to write to a subdirectory before starting a new one.
|
String |
getStreamInfResolution() |
String |
getTimedMetadataId3Frame() |
Integer |
getTimedMetadataId3Period()
Timed Metadata interval in seconds.
|
Integer |
getTimestampDeltaMilliseconds()
Provides an extra millisecond delta offset to fine tune the timestamps.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAdMarkers(Collection<String> adMarkers)
Choose one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs.
|
void |
setBaseUrl(String baseUrl)
A partial URI prefix that will be prepended to each output in the media .m3u8 file.
|
void |
setCaptionLanguageMappings(Collection<HlsCaptionLanguageMapping> captionLanguageMappings)
Language to be used on Caption outputs
|
void |
setCaptionLanguageSetting(String captionLanguageSetting) |
void |
setClientCache(String clientCache) |
void |
setCodecSpecification(String codecSpecification) |
void |
setDestination(String destination)
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
void |
setDirectoryStructure(String directoryStructure) |
void |
setEncryption(HlsEncryptionSettings encryption)
DRM settings.
|
void |
setManifestCompression(String manifestCompression) |
void |
setManifestDurationFormat(String manifestDurationFormat) |
void |
setMinFinalSegmentLength(Double minFinalSegmentLength)
Keep this setting at the default value of 0, unless you are troubleshooting a problem with how devices play back
the end of your video asset.
|
void |
setMinSegmentLength(Integer minSegmentLength)
When set, Minimum Segment Size is enforced by looking ahead and back within the specified range for a nearby
avail and extending the segment size if needed.
|
void |
setOutputSelection(String outputSelection) |
void |
setProgramDateTime(String programDateTime) |
void |
setProgramDateTimePeriod(Integer programDateTimePeriod)
Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds.
|
void |
setSegmentControl(String segmentControl) |
void |
setSegmentLength(Integer segmentLength)
Length of MPEG-2 Transport Stream segments to create (in seconds).
|
void |
setSegmentsPerSubdirectory(Integer segmentsPerSubdirectory)
Number of segments to write to a subdirectory before starting a new one.
|
void |
setStreamInfResolution(String streamInfResolution) |
void |
setTimedMetadataId3Frame(String timedMetadataId3Frame) |
void |
setTimedMetadataId3Period(Integer timedMetadataId3Period)
Timed Metadata interval in seconds.
|
void |
setTimestampDeltaMilliseconds(Integer timestampDeltaMilliseconds)
Provides an extra millisecond delta offset to fine tune the timestamps.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
HlsGroupSettings |
withAdMarkers(Collection<String> adMarkers)
Choose one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs.
|
HlsGroupSettings |
withAdMarkers(HlsAdMarkers... adMarkers)
Choose one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs.
|
HlsGroupSettings |
withAdMarkers(String... adMarkers)
Choose one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs.
|
HlsGroupSettings |
withBaseUrl(String baseUrl)
A partial URI prefix that will be prepended to each output in the media .m3u8 file.
|
HlsGroupSettings |
withCaptionLanguageMappings(Collection<HlsCaptionLanguageMapping> captionLanguageMappings)
Language to be used on Caption outputs
|
HlsGroupSettings |
withCaptionLanguageMappings(HlsCaptionLanguageMapping... captionLanguageMappings)
Language to be used on Caption outputs
|
HlsGroupSettings |
withCaptionLanguageSetting(HlsCaptionLanguageSetting captionLanguageSetting) |
HlsGroupSettings |
withCaptionLanguageSetting(String captionLanguageSetting) |
HlsGroupSettings |
withClientCache(HlsClientCache clientCache) |
HlsGroupSettings |
withClientCache(String clientCache) |
HlsGroupSettings |
withCodecSpecification(HlsCodecSpecification codecSpecification) |
HlsGroupSettings |
withCodecSpecification(String codecSpecification) |
HlsGroupSettings |
withDestination(String destination)
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
HlsGroupSettings |
withDirectoryStructure(HlsDirectoryStructure directoryStructure) |
HlsGroupSettings |
withDirectoryStructure(String directoryStructure) |
HlsGroupSettings |
withEncryption(HlsEncryptionSettings encryption)
DRM settings.
|
HlsGroupSettings |
withManifestCompression(HlsManifestCompression manifestCompression) |
HlsGroupSettings |
withManifestCompression(String manifestCompression) |
HlsGroupSettings |
withManifestDurationFormat(HlsManifestDurationFormat manifestDurationFormat) |
HlsGroupSettings |
withManifestDurationFormat(String manifestDurationFormat) |
HlsGroupSettings |
withMinFinalSegmentLength(Double minFinalSegmentLength)
Keep this setting at the default value of 0, unless you are troubleshooting a problem with how devices play back
the end of your video asset.
|
HlsGroupSettings |
withMinSegmentLength(Integer minSegmentLength)
When set, Minimum Segment Size is enforced by looking ahead and back within the specified range for a nearby
avail and extending the segment size if needed.
|
HlsGroupSettings |
withOutputSelection(HlsOutputSelection outputSelection) |
HlsGroupSettings |
withOutputSelection(String outputSelection) |
HlsGroupSettings |
withProgramDateTime(HlsProgramDateTime programDateTime) |
HlsGroupSettings |
withProgramDateTime(String programDateTime) |
HlsGroupSettings |
withProgramDateTimePeriod(Integer programDateTimePeriod)
Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds.
|
HlsGroupSettings |
withSegmentControl(HlsSegmentControl segmentControl) |
HlsGroupSettings |
withSegmentControl(String segmentControl) |
HlsGroupSettings |
withSegmentLength(Integer segmentLength)
Length of MPEG-2 Transport Stream segments to create (in seconds).
|
HlsGroupSettings |
withSegmentsPerSubdirectory(Integer segmentsPerSubdirectory)
Number of segments to write to a subdirectory before starting a new one.
|
HlsGroupSettings |
withStreamInfResolution(HlsStreamInfResolution streamInfResolution) |
HlsGroupSettings |
withStreamInfResolution(String streamInfResolution) |
HlsGroupSettings |
withTimedMetadataId3Frame(HlsTimedMetadataId3Frame timedMetadataId3Frame) |
HlsGroupSettings |
withTimedMetadataId3Frame(String timedMetadataId3Frame) |
HlsGroupSettings |
withTimedMetadataId3Period(Integer timedMetadataId3Period)
Timed Metadata interval in seconds.
|
HlsGroupSettings |
withTimestampDeltaMilliseconds(Integer timestampDeltaMilliseconds)
Provides an extra millisecond delta offset to fine tune the timestamps.
|
public List<String> getAdMarkers()
HlsAdMarkerspublic void setAdMarkers(Collection<String> adMarkers)
adMarkers - Choose one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs.HlsAdMarkerspublic HlsGroupSettings withAdMarkers(String... adMarkers)
NOTE: This method appends the values to the existing list (if any). Use
setAdMarkers(java.util.Collection) or withAdMarkers(java.util.Collection) if you want to
override the existing values.
adMarkers - Choose one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs.HlsAdMarkerspublic HlsGroupSettings withAdMarkers(Collection<String> adMarkers)
adMarkers - Choose one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs.HlsAdMarkerspublic HlsGroupSettings withAdMarkers(HlsAdMarkers... adMarkers)
adMarkers - Choose one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs.HlsAdMarkerspublic void setBaseUrl(String baseUrl)
baseUrl - A partial URI prefix that will be prepended to each output in the media .m3u8 file. Can be used if base
manifest is delivered from a different URL than the main .m3u8 file.public String getBaseUrl()
public HlsGroupSettings withBaseUrl(String baseUrl)
baseUrl - A partial URI prefix that will be prepended to each output in the media .m3u8 file. Can be used if base
manifest is delivered from a different URL than the main .m3u8 file.public List<HlsCaptionLanguageMapping> getCaptionLanguageMappings()
public void setCaptionLanguageMappings(Collection<HlsCaptionLanguageMapping> captionLanguageMappings)
captionLanguageMappings - Language to be used on Caption outputspublic HlsGroupSettings withCaptionLanguageMappings(HlsCaptionLanguageMapping... captionLanguageMappings)
NOTE: This method appends the values to the existing list (if any). Use
setCaptionLanguageMappings(java.util.Collection) or
withCaptionLanguageMappings(java.util.Collection) if you want to override the existing values.
captionLanguageMappings - Language to be used on Caption outputspublic HlsGroupSettings withCaptionLanguageMappings(Collection<HlsCaptionLanguageMapping> captionLanguageMappings)
captionLanguageMappings - Language to be used on Caption outputspublic void setCaptionLanguageSetting(String captionLanguageSetting)
captionLanguageSetting - HlsCaptionLanguageSettingpublic String getCaptionLanguageSetting()
HlsCaptionLanguageSettingpublic HlsGroupSettings withCaptionLanguageSetting(String captionLanguageSetting)
captionLanguageSetting - HlsCaptionLanguageSettingpublic HlsGroupSettings withCaptionLanguageSetting(HlsCaptionLanguageSetting captionLanguageSetting)
captionLanguageSetting - HlsCaptionLanguageSettingpublic void setClientCache(String clientCache)
clientCache - HlsClientCachepublic String getClientCache()
HlsClientCachepublic HlsGroupSettings withClientCache(String clientCache)
clientCache - HlsClientCachepublic HlsGroupSettings withClientCache(HlsClientCache clientCache)
clientCache - HlsClientCachepublic void setCodecSpecification(String codecSpecification)
codecSpecification - HlsCodecSpecificationpublic String getCodecSpecification()
HlsCodecSpecificationpublic HlsGroupSettings withCodecSpecification(String codecSpecification)
codecSpecification - HlsCodecSpecificationpublic HlsGroupSettings withCodecSpecification(HlsCodecSpecification codecSpecification)
codecSpecification - HlsCodecSpecificationpublic void setDestination(String destination)
destination - Use Destination (Destination) to specify the S3 output location and the output filename base. Destination
accepts format identifiers. If you do not specify the base filename in the URI, the service will use the
filename of the input file. If your job has multiple inputs, the service uses the filename of the first
input file.public String getDestination()
public HlsGroupSettings withDestination(String destination)
destination - Use Destination (Destination) to specify the S3 output location and the output filename base. Destination
accepts format identifiers. If you do not specify the base filename in the URI, the service will use the
filename of the input file. If your job has multiple inputs, the service uses the filename of the first
input file.public void setDirectoryStructure(String directoryStructure)
directoryStructure - HlsDirectoryStructurepublic String getDirectoryStructure()
HlsDirectoryStructurepublic HlsGroupSettings withDirectoryStructure(String directoryStructure)
directoryStructure - HlsDirectoryStructurepublic HlsGroupSettings withDirectoryStructure(HlsDirectoryStructure directoryStructure)
directoryStructure - HlsDirectoryStructurepublic void setEncryption(HlsEncryptionSettings encryption)
encryption - DRM settings.public HlsEncryptionSettings getEncryption()
public HlsGroupSettings withEncryption(HlsEncryptionSettings encryption)
encryption - DRM settings.public void setManifestCompression(String manifestCompression)
manifestCompression - HlsManifestCompressionpublic String getManifestCompression()
HlsManifestCompressionpublic HlsGroupSettings withManifestCompression(String manifestCompression)
manifestCompression - HlsManifestCompressionpublic HlsGroupSettings withManifestCompression(HlsManifestCompression manifestCompression)
manifestCompression - HlsManifestCompressionpublic void setManifestDurationFormat(String manifestDurationFormat)
manifestDurationFormat - HlsManifestDurationFormatpublic String getManifestDurationFormat()
HlsManifestDurationFormatpublic HlsGroupSettings withManifestDurationFormat(String manifestDurationFormat)
manifestDurationFormat - HlsManifestDurationFormatpublic HlsGroupSettings withManifestDurationFormat(HlsManifestDurationFormat manifestDurationFormat)
manifestDurationFormat - HlsManifestDurationFormatpublic void setMinFinalSegmentLength(Double minFinalSegmentLength)
minFinalSegmentLength - Keep this setting at the default value of 0, unless you are troubleshooting a problem with how devices
play back the end of your video asset. If you know that player devices are hanging on the final segment of
your video because the length of your final segment is too short, use this setting to specify a minimum
final segment length, in seconds. Choose a value that is greater than or equal to 1 and less than your
segment length. When you specify a value for this setting, the encoder will combine any final segment that
is shorter than the length that you specify with the previous segment. For example, your segment length is
3 seconds and your final segment is .5 seconds without a minimum final segment length; when you set the
minimum final segment length to 1, your final segment is 3.5 seconds.public Double getMinFinalSegmentLength()
public HlsGroupSettings withMinFinalSegmentLength(Double minFinalSegmentLength)
minFinalSegmentLength - Keep this setting at the default value of 0, unless you are troubleshooting a problem with how devices
play back the end of your video asset. If you know that player devices are hanging on the final segment of
your video because the length of your final segment is too short, use this setting to specify a minimum
final segment length, in seconds. Choose a value that is greater than or equal to 1 and less than your
segment length. When you specify a value for this setting, the encoder will combine any final segment that
is shorter than the length that you specify with the previous segment. For example, your segment length is
3 seconds and your final segment is .5 seconds without a minimum final segment length; when you set the
minimum final segment length to 1, your final segment is 3.5 seconds.public void setMinSegmentLength(Integer minSegmentLength)
minSegmentLength - When set, Minimum Segment Size is enforced by looking ahead and back within the specified range for a
nearby avail and extending the segment size if needed.public Integer getMinSegmentLength()
public HlsGroupSettings withMinSegmentLength(Integer minSegmentLength)
minSegmentLength - When set, Minimum Segment Size is enforced by looking ahead and back within the specified range for a
nearby avail and extending the segment size if needed.public void setOutputSelection(String outputSelection)
outputSelection - HlsOutputSelectionpublic String getOutputSelection()
HlsOutputSelectionpublic HlsGroupSettings withOutputSelection(String outputSelection)
outputSelection - HlsOutputSelectionpublic HlsGroupSettings withOutputSelection(HlsOutputSelection outputSelection)
outputSelection - HlsOutputSelectionpublic void setProgramDateTime(String programDateTime)
programDateTime - HlsProgramDateTimepublic String getProgramDateTime()
HlsProgramDateTimepublic HlsGroupSettings withProgramDateTime(String programDateTime)
programDateTime - HlsProgramDateTimepublic HlsGroupSettings withProgramDateTime(HlsProgramDateTime programDateTime)
programDateTime - HlsProgramDateTimepublic void setProgramDateTimePeriod(Integer programDateTimePeriod)
programDateTimePeriod - Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds.public Integer getProgramDateTimePeriod()
public HlsGroupSettings withProgramDateTimePeriod(Integer programDateTimePeriod)
programDateTimePeriod - Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds.public void setSegmentControl(String segmentControl)
segmentControl - HlsSegmentControlpublic String getSegmentControl()
HlsSegmentControlpublic HlsGroupSettings withSegmentControl(String segmentControl)
segmentControl - HlsSegmentControlpublic HlsGroupSettings withSegmentControl(HlsSegmentControl segmentControl)
segmentControl - HlsSegmentControlpublic void setSegmentLength(Integer segmentLength)
segmentLength - Length of MPEG-2 Transport Stream segments to create (in seconds). Note that segments will end on the next
keyframe after this number of seconds, so actual segment length may be longer.public Integer getSegmentLength()
public HlsGroupSettings withSegmentLength(Integer segmentLength)
segmentLength - Length of MPEG-2 Transport Stream segments to create (in seconds). Note that segments will end on the next
keyframe after this number of seconds, so actual segment length may be longer.public void setSegmentsPerSubdirectory(Integer segmentsPerSubdirectory)
segmentsPerSubdirectory - Number of segments to write to a subdirectory before starting a new one. directoryStructure must be
SINGLE_DIRECTORY for this setting to have an effect.public Integer getSegmentsPerSubdirectory()
public HlsGroupSettings withSegmentsPerSubdirectory(Integer segmentsPerSubdirectory)
segmentsPerSubdirectory - Number of segments to write to a subdirectory before starting a new one. directoryStructure must be
SINGLE_DIRECTORY for this setting to have an effect.public void setStreamInfResolution(String streamInfResolution)
streamInfResolution - HlsStreamInfResolutionpublic String getStreamInfResolution()
HlsStreamInfResolutionpublic HlsGroupSettings withStreamInfResolution(String streamInfResolution)
streamInfResolution - HlsStreamInfResolutionpublic HlsGroupSettings withStreamInfResolution(HlsStreamInfResolution streamInfResolution)
streamInfResolution - HlsStreamInfResolutionpublic void setTimedMetadataId3Frame(String timedMetadataId3Frame)
timedMetadataId3Frame - HlsTimedMetadataId3Framepublic String getTimedMetadataId3Frame()
HlsTimedMetadataId3Framepublic HlsGroupSettings withTimedMetadataId3Frame(String timedMetadataId3Frame)
timedMetadataId3Frame - HlsTimedMetadataId3Framepublic HlsGroupSettings withTimedMetadataId3Frame(HlsTimedMetadataId3Frame timedMetadataId3Frame)
timedMetadataId3Frame - HlsTimedMetadataId3Framepublic void setTimedMetadataId3Period(Integer timedMetadataId3Period)
timedMetadataId3Period - Timed Metadata interval in seconds.public Integer getTimedMetadataId3Period()
public HlsGroupSettings withTimedMetadataId3Period(Integer timedMetadataId3Period)
timedMetadataId3Period - Timed Metadata interval in seconds.public void setTimestampDeltaMilliseconds(Integer timestampDeltaMilliseconds)
timestampDeltaMilliseconds - Provides an extra millisecond delta offset to fine tune the timestamps.public Integer getTimestampDeltaMilliseconds()
public HlsGroupSettings withTimestampDeltaMilliseconds(Integer timestampDeltaMilliseconds)
timestampDeltaMilliseconds - Provides an extra millisecond delta offset to fine tune the timestamps.public String toString()
toString in class ObjectObject.toString()public HlsGroupSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.