@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<HlsAdditionalManifest> |
getAdditionalManifests()
By default, the service creates one top-level .m3u8 HLS manifest for each HLS output group in your job.
|
List<String> |
getAdMarkers()
Choose one or more ad marker types to decorate your Apple HLS manifest.
|
String |
getAudioOnlyHeader()
Ignore this setting unless you are using FairPlay DRM with Verimatrix and you encounter playback issues.
|
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()
Applies only to 608 Embedded output captions.
|
String |
getClientCache()
Disable this setting only when your workflow requires the #EXT-X-ALLOW-CACHE:no tag.
|
String |
getCodecSpecification()
Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.
|
String |
getDestination()
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
DestinationSettings |
getDestinationSettings()
Settings associated with the destination.
|
String |
getDirectoryStructure()
Indicates whether segments should be placed in subdirectories.
|
HlsEncryptionSettings |
getEncryption()
DRM settings.
|
String |
getManifestCompression()
When set to GZIP, compresses HLS playlist.
|
String |
getManifestDurationFormat()
Indicates whether the output manifest should use floating point values for segment duration.
|
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()
Indicates whether the .m3u8 manifest file should be generated for this HLS output group.
|
String |
getProgramDateTime()
Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files.
|
Integer |
getProgramDateTimePeriod()
Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds.
|
String |
getSegmentControl()
When set to SINGLE_FILE, emits program as a single media resource (.ts) file, uses #EXT-X-BYTERANGE tags to index
segment for playback.
|
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()
Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.
|
String |
getTimedMetadataId3Frame()
Indicates ID3 frame that has the timecode.
|
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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdditionalManifests(Collection<HlsAdditionalManifest> additionalManifests)
By default, the service creates one top-level .m3u8 HLS manifest for each HLS output group in your job.
|
void |
setAdMarkers(Collection<String> adMarkers)
Choose one or more ad marker types to decorate your Apple HLS manifest.
|
void |
setAudioOnlyHeader(String audioOnlyHeader)
Ignore this setting unless you are using FairPlay DRM with Verimatrix and you encounter playback issues.
|
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)
Applies only to 608 Embedded output captions.
|
void |
setClientCache(String clientCache)
Disable this setting only when your workflow requires the #EXT-X-ALLOW-CACHE:no tag.
|
void |
setCodecSpecification(String codecSpecification)
Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.
|
void |
setDestination(String destination)
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
void |
setDestinationSettings(DestinationSettings destinationSettings)
Settings associated with the destination.
|
void |
setDirectoryStructure(String directoryStructure)
Indicates whether segments should be placed in subdirectories.
|
void |
setEncryption(HlsEncryptionSettings encryption)
DRM settings.
|
void |
setManifestCompression(String manifestCompression)
When set to GZIP, compresses HLS playlist.
|
void |
setManifestDurationFormat(String manifestDurationFormat)
Indicates whether the output manifest should use floating point values for segment duration.
|
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)
Indicates whether the .m3u8 manifest file should be generated for this HLS output group.
|
void |
setProgramDateTime(String programDateTime)
Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files.
|
void |
setProgramDateTimePeriod(Integer programDateTimePeriod)
Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds.
|
void |
setSegmentControl(String segmentControl)
When set to SINGLE_FILE, emits program as a single media resource (.ts) file, uses #EXT-X-BYTERANGE tags to index
segment for playback.
|
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)
Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.
|
void |
setTimedMetadataId3Frame(String timedMetadataId3Frame)
Indicates ID3 frame that has the timecode.
|
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.
|
HlsGroupSettings |
withAdditionalManifests(Collection<HlsAdditionalManifest> additionalManifests)
By default, the service creates one top-level .m3u8 HLS manifest for each HLS output group in your job.
|
HlsGroupSettings |
withAdditionalManifests(HlsAdditionalManifest... additionalManifests)
By default, the service creates one top-level .m3u8 HLS manifest for each HLS output group in your job.
|
HlsGroupSettings |
withAdMarkers(Collection<String> adMarkers)
Choose one or more ad marker types to decorate your Apple HLS manifest.
|
HlsGroupSettings |
withAdMarkers(HlsAdMarkers... adMarkers)
Choose one or more ad marker types to decorate your Apple HLS manifest.
|
HlsGroupSettings |
withAdMarkers(String... adMarkers)
Choose one or more ad marker types to decorate your Apple HLS manifest.
|
HlsGroupSettings |
withAudioOnlyHeader(HlsAudioOnlyHeader audioOnlyHeader)
Ignore this setting unless you are using FairPlay DRM with Verimatrix and you encounter playback issues.
|
HlsGroupSettings |
withAudioOnlyHeader(String audioOnlyHeader)
Ignore this setting unless you are using FairPlay DRM with Verimatrix and you encounter playback issues.
|
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)
Applies only to 608 Embedded output captions.
|
HlsGroupSettings |
withCaptionLanguageSetting(String captionLanguageSetting)
Applies only to 608 Embedded output captions.
|
HlsGroupSettings |
withClientCache(HlsClientCache clientCache)
Disable this setting only when your workflow requires the #EXT-X-ALLOW-CACHE:no tag.
|
HlsGroupSettings |
withClientCache(String clientCache)
Disable this setting only when your workflow requires the #EXT-X-ALLOW-CACHE:no tag.
|
HlsGroupSettings |
withCodecSpecification(HlsCodecSpecification codecSpecification)
Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.
|
HlsGroupSettings |
withCodecSpecification(String codecSpecification)
Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.
|
HlsGroupSettings |
withDestination(String destination)
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
HlsGroupSettings |
withDestinationSettings(DestinationSettings destinationSettings)
Settings associated with the destination.
|
HlsGroupSettings |
withDirectoryStructure(HlsDirectoryStructure directoryStructure)
Indicates whether segments should be placed in subdirectories.
|
HlsGroupSettings |
withDirectoryStructure(String directoryStructure)
Indicates whether segments should be placed in subdirectories.
|
HlsGroupSettings |
withEncryption(HlsEncryptionSettings encryption)
DRM settings.
|
HlsGroupSettings |
withManifestCompression(HlsManifestCompression manifestCompression)
When set to GZIP, compresses HLS playlist.
|
HlsGroupSettings |
withManifestCompression(String manifestCompression)
When set to GZIP, compresses HLS playlist.
|
HlsGroupSettings |
withManifestDurationFormat(HlsManifestDurationFormat manifestDurationFormat)
Indicates whether the output manifest should use floating point values for segment duration.
|
HlsGroupSettings |
withManifestDurationFormat(String manifestDurationFormat)
Indicates whether the output manifest should use floating point values for segment duration.
|
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)
Indicates whether the .m3u8 manifest file should be generated for this HLS output group.
|
HlsGroupSettings |
withOutputSelection(String outputSelection)
Indicates whether the .m3u8 manifest file should be generated for this HLS output group.
|
HlsGroupSettings |
withProgramDateTime(HlsProgramDateTime programDateTime)
Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files.
|
HlsGroupSettings |
withProgramDateTime(String programDateTime)
Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files.
|
HlsGroupSettings |
withProgramDateTimePeriod(Integer programDateTimePeriod)
Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds.
|
HlsGroupSettings |
withSegmentControl(HlsSegmentControl segmentControl)
When set to SINGLE_FILE, emits program as a single media resource (.ts) file, uses #EXT-X-BYTERANGE tags to index
segment for playback.
|
HlsGroupSettings |
withSegmentControl(String segmentControl)
When set to SINGLE_FILE, emits program as a single media resource (.ts) file, uses #EXT-X-BYTERANGE tags to index
segment for playback.
|
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)
Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.
|
HlsGroupSettings |
withStreamInfResolution(String streamInfResolution)
Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.
|
HlsGroupSettings |
withTimedMetadataId3Frame(HlsTimedMetadataId3Frame timedMetadataId3Frame)
Indicates ID3 frame that has the timecode.
|
HlsGroupSettings |
withTimedMetadataId3Frame(String timedMetadataId3Frame)
Indicates ID3 frame that has the timecode.
|
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()
HlsAdMarkers
public void setAdMarkers(Collection<String> adMarkers)
adMarkers
- Choose one or more ad marker types to decorate your Apple HLS manifest. This setting does not determine
whether SCTE-35 markers appear in the outputs themselves.HlsAdMarkers
public 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 decorate your Apple HLS manifest. This setting does not determine
whether SCTE-35 markers appear in the outputs themselves.HlsAdMarkers
public HlsGroupSettings withAdMarkers(Collection<String> adMarkers)
adMarkers
- Choose one or more ad marker types to decorate your Apple HLS manifest. This setting does not determine
whether SCTE-35 markers appear in the outputs themselves.HlsAdMarkers
public HlsGroupSettings withAdMarkers(HlsAdMarkers... adMarkers)
adMarkers
- Choose one or more ad marker types to decorate your Apple HLS manifest. This setting does not determine
whether SCTE-35 markers appear in the outputs themselves.HlsAdMarkers
public List<HlsAdditionalManifest> getAdditionalManifests()
public void setAdditionalManifests(Collection<HlsAdditionalManifest> additionalManifests)
additionalManifests
- By default, the service creates one top-level .m3u8 HLS manifest for each HLS output group in your job.
This default manifest references every output in the output group. To create additional top-level
manifests that reference a subset of the outputs in the output group, specify a list of them here.public HlsGroupSettings withAdditionalManifests(HlsAdditionalManifest... additionalManifests)
NOTE: This method appends the values to the existing list (if any). Use
setAdditionalManifests(java.util.Collection)
or withAdditionalManifests(java.util.Collection)
if you want to override the existing values.
additionalManifests
- By default, the service creates one top-level .m3u8 HLS manifest for each HLS output group in your job.
This default manifest references every output in the output group. To create additional top-level
manifests that reference a subset of the outputs in the output group, specify a list of them here.public HlsGroupSettings withAdditionalManifests(Collection<HlsAdditionalManifest> additionalManifests)
additionalManifests
- By default, the service creates one top-level .m3u8 HLS manifest for each HLS output group in your job.
This default manifest references every output in the output group. To create additional top-level
manifests that reference a subset of the outputs in the output group, specify a list of them here.public void setAudioOnlyHeader(String audioOnlyHeader)
audioOnlyHeader
- Ignore this setting unless you are using FairPlay DRM with Verimatrix and you encounter playback issues.
Keep the default value, Include (INCLUDE), to output audio-only headers. Choose Exclude (EXCLUDE) to
remove the audio-only headers from your audio segments.HlsAudioOnlyHeader
public String getAudioOnlyHeader()
HlsAudioOnlyHeader
public HlsGroupSettings withAudioOnlyHeader(String audioOnlyHeader)
audioOnlyHeader
- Ignore this setting unless you are using FairPlay DRM with Verimatrix and you encounter playback issues.
Keep the default value, Include (INCLUDE), to output audio-only headers. Choose Exclude (EXCLUDE) to
remove the audio-only headers from your audio segments.HlsAudioOnlyHeader
public HlsGroupSettings withAudioOnlyHeader(HlsAudioOnlyHeader audioOnlyHeader)
audioOnlyHeader
- Ignore this setting unless you are using FairPlay DRM with Verimatrix and you encounter playback issues.
Keep the default value, Include (INCLUDE), to output audio-only headers. Choose Exclude (EXCLUDE) to
remove the audio-only headers from your audio segments.HlsAudioOnlyHeader
public 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
- Applies only to 608 Embedded output captions. Insert: Include CLOSED-CAPTIONS lines in the manifest.
Specify at least one language in the CC1 Language Code field. One CLOSED-CAPTION line is added for each
Language Code you specify. Make sure to specify the languages in the order in which they appear in the
original source (if the source is embedded format) or the order of the caption selectors (if the source is
other than embedded). Otherwise, languages in the manifest will not match up properly with the output
captions. None: Include CLOSED-CAPTIONS=NONE line in the manifest. Omit: Omit any CLOSED-CAPTIONS line
from the manifest.HlsCaptionLanguageSetting
public String getCaptionLanguageSetting()
HlsCaptionLanguageSetting
public HlsGroupSettings withCaptionLanguageSetting(String captionLanguageSetting)
captionLanguageSetting
- Applies only to 608 Embedded output captions. Insert: Include CLOSED-CAPTIONS lines in the manifest.
Specify at least one language in the CC1 Language Code field. One CLOSED-CAPTION line is added for each
Language Code you specify. Make sure to specify the languages in the order in which they appear in the
original source (if the source is embedded format) or the order of the caption selectors (if the source is
other than embedded). Otherwise, languages in the manifest will not match up properly with the output
captions. None: Include CLOSED-CAPTIONS=NONE line in the manifest. Omit: Omit any CLOSED-CAPTIONS line
from the manifest.HlsCaptionLanguageSetting
public HlsGroupSettings withCaptionLanguageSetting(HlsCaptionLanguageSetting captionLanguageSetting)
captionLanguageSetting
- Applies only to 608 Embedded output captions. Insert: Include CLOSED-CAPTIONS lines in the manifest.
Specify at least one language in the CC1 Language Code field. One CLOSED-CAPTION line is added for each
Language Code you specify. Make sure to specify the languages in the order in which they appear in the
original source (if the source is embedded format) or the order of the caption selectors (if the source is
other than embedded). Otherwise, languages in the manifest will not match up properly with the output
captions. None: Include CLOSED-CAPTIONS=NONE line in the manifest. Omit: Omit any CLOSED-CAPTIONS line
from the manifest.HlsCaptionLanguageSetting
public void setClientCache(String clientCache)
clientCache
- Disable this setting only when your workflow requires the #EXT-X-ALLOW-CACHE:no tag. Otherwise, keep the
default value Enabled (ENABLED) and control caching in your video distribution set up. For example, use
the Cache-Control http header.HlsClientCache
public String getClientCache()
HlsClientCache
public HlsGroupSettings withClientCache(String clientCache)
clientCache
- Disable this setting only when your workflow requires the #EXT-X-ALLOW-CACHE:no tag. Otherwise, keep the
default value Enabled (ENABLED) and control caching in your video distribution set up. For example, use
the Cache-Control http header.HlsClientCache
public HlsGroupSettings withClientCache(HlsClientCache clientCache)
clientCache
- Disable this setting only when your workflow requires the #EXT-X-ALLOW-CACHE:no tag. Otherwise, keep the
default value Enabled (ENABLED) and control caching in your video distribution set up. For example, use
the Cache-Control http header.HlsClientCache
public void setCodecSpecification(String codecSpecification)
codecSpecification
- Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.HlsCodecSpecification
public String getCodecSpecification()
HlsCodecSpecification
public HlsGroupSettings withCodecSpecification(String codecSpecification)
codecSpecification
- Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.HlsCodecSpecification
public HlsGroupSettings withCodecSpecification(HlsCodecSpecification codecSpecification)
codecSpecification
- Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.HlsCodecSpecification
public 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 setDestinationSettings(DestinationSettings destinationSettings)
destinationSettings
- Settings associated with the destination. Will vary based on the type of destinationpublic DestinationSettings getDestinationSettings()
public HlsGroupSettings withDestinationSettings(DestinationSettings destinationSettings)
destinationSettings
- Settings associated with the destination. Will vary based on the type of destinationpublic void setDirectoryStructure(String directoryStructure)
directoryStructure
- Indicates whether segments should be placed in subdirectories.HlsDirectoryStructure
public String getDirectoryStructure()
HlsDirectoryStructure
public HlsGroupSettings withDirectoryStructure(String directoryStructure)
directoryStructure
- Indicates whether segments should be placed in subdirectories.HlsDirectoryStructure
public HlsGroupSettings withDirectoryStructure(HlsDirectoryStructure directoryStructure)
directoryStructure
- Indicates whether segments should be placed in subdirectories.HlsDirectoryStructure
public void setEncryption(HlsEncryptionSettings encryption)
encryption
- DRM settings.public HlsEncryptionSettings getEncryption()
public HlsGroupSettings withEncryption(HlsEncryptionSettings encryption)
encryption
- DRM settings.public void setManifestCompression(String manifestCompression)
manifestCompression
- When set to GZIP, compresses HLS playlist.HlsManifestCompression
public String getManifestCompression()
HlsManifestCompression
public HlsGroupSettings withManifestCompression(String manifestCompression)
manifestCompression
- When set to GZIP, compresses HLS playlist.HlsManifestCompression
public HlsGroupSettings withManifestCompression(HlsManifestCompression manifestCompression)
manifestCompression
- When set to GZIP, compresses HLS playlist.HlsManifestCompression
public void setManifestDurationFormat(String manifestDurationFormat)
manifestDurationFormat
- Indicates whether the output manifest should use floating point values for segment duration.HlsManifestDurationFormat
public String getManifestDurationFormat()
HlsManifestDurationFormat
public HlsGroupSettings withManifestDurationFormat(String manifestDurationFormat)
manifestDurationFormat
- Indicates whether the output manifest should use floating point values for segment duration.HlsManifestDurationFormat
public HlsGroupSettings withManifestDurationFormat(HlsManifestDurationFormat manifestDurationFormat)
manifestDurationFormat
- Indicates whether the output manifest should use floating point values for segment duration.HlsManifestDurationFormat
public 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
- Indicates whether the .m3u8 manifest file should be generated for this HLS output group.HlsOutputSelection
public String getOutputSelection()
HlsOutputSelection
public HlsGroupSettings withOutputSelection(String outputSelection)
outputSelection
- Indicates whether the .m3u8 manifest file should be generated for this HLS output group.HlsOutputSelection
public HlsGroupSettings withOutputSelection(HlsOutputSelection outputSelection)
outputSelection
- Indicates whether the .m3u8 manifest file should be generated for this HLS output group.HlsOutputSelection
public void setProgramDateTime(String programDateTime)
programDateTime
- Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files. The value is calculated as
follows: either the program date and time are initialized using the input timecode source, or the time is
initialized using the input timecode source and the date is initialized using the timestamp_offset.HlsProgramDateTime
public String getProgramDateTime()
HlsProgramDateTime
public HlsGroupSettings withProgramDateTime(String programDateTime)
programDateTime
- Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files. The value is calculated as
follows: either the program date and time are initialized using the input timecode source, or the time is
initialized using the input timecode source and the date is initialized using the timestamp_offset.HlsProgramDateTime
public HlsGroupSettings withProgramDateTime(HlsProgramDateTime programDateTime)
programDateTime
- Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files. The value is calculated as
follows: either the program date and time are initialized using the input timecode source, or the time is
initialized using the input timecode source and the date is initialized using the timestamp_offset.HlsProgramDateTime
public 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
- When set to SINGLE_FILE, emits program as a single media resource (.ts) file, uses #EXT-X-BYTERANGE tags
to index segment for playback.HlsSegmentControl
public String getSegmentControl()
HlsSegmentControl
public HlsGroupSettings withSegmentControl(String segmentControl)
segmentControl
- When set to SINGLE_FILE, emits program as a single media resource (.ts) file, uses #EXT-X-BYTERANGE tags
to index segment for playback.HlsSegmentControl
public HlsGroupSettings withSegmentControl(HlsSegmentControl segmentControl)
segmentControl
- When set to SINGLE_FILE, emits program as a single media resource (.ts) file, uses #EXT-X-BYTERANGE tags
to index segment for playback.HlsSegmentControl
public 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
- Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.HlsStreamInfResolution
public String getStreamInfResolution()
HlsStreamInfResolution
public HlsGroupSettings withStreamInfResolution(String streamInfResolution)
streamInfResolution
- Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.HlsStreamInfResolution
public HlsGroupSettings withStreamInfResolution(HlsStreamInfResolution streamInfResolution)
streamInfResolution
- Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.HlsStreamInfResolution
public void setTimedMetadataId3Frame(String timedMetadataId3Frame)
timedMetadataId3Frame
- Indicates ID3 frame that has the timecode.HlsTimedMetadataId3Frame
public String getTimedMetadataId3Frame()
HlsTimedMetadataId3Frame
public HlsGroupSettings withTimedMetadataId3Frame(String timedMetadataId3Frame)
timedMetadataId3Frame
- Indicates ID3 frame that has the timecode.HlsTimedMetadataId3Frame
public HlsGroupSettings withTimedMetadataId3Frame(HlsTimedMetadataId3Frame timedMetadataId3Frame)
timedMetadataId3Frame
- Indicates ID3 frame that has the timecode.HlsTimedMetadataId3Frame
public 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 Object
Object.toString()
public HlsGroupSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.