@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 |
getBaseUrlContent()
A partial URI prefix that will be prepended to each output in the media .m3u8 file.
|
String |
getBaseUrlManifest()
A partial URI prefix that will be prepended to each output in the media .m3u8 file.
|
List<CaptionLanguageMapping> |
getCaptionLanguageMappings()
Mapping of up to 4 caption channels to caption languages.
|
String |
getCaptionLanguageSetting()
Applies only to 608 Embedded output captions.
|
String |
getClientCache()
When set to "disabled", sets the #EXT-X-ALLOW-CACHE:no tag in the manifest, which prevents clients from saving
media segments for later replay.
|
String |
getCodecSpecification()
Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.
|
String |
getConstantIv()
For use with encryptionType.
|
OutputLocationRef |
getDestination()
A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).
|
String |
getDirectoryStructure()
Place segments in subdirectories.
|
String |
getEncryptionType()
Encrypts the segments with the given encryption scheme.
|
HlsCdnSettings |
getHlsCdnSettings()
Parameters that control interactions with the CDN.
|
Integer |
getIndexNSegments()
If mode is "live", the number of segments to retain in the manifest (.m3u8) file.
|
String |
getInputLossAction()
Parameter that control output group behavior on input loss.
|
String |
getIvInManifest()
For use with encryptionType.
|
String |
getIvSource()
For use with encryptionType.
|
Integer |
getKeepSegments()
If mode is "live", the number of TS segments to retain in the destination directory.
|
String |
getKeyFormat()
The value specifies how the key is represented in the resource identified by the URI.
|
String |
getKeyFormatVersions()
Either a single positive integer version value or a slash delimited list of version values (1/2/3).
|
KeyProviderSettings |
getKeyProviderSettings()
The key provider settings.
|
String |
getManifestCompression()
When set to gzip, compresses HLS playlist.
|
String |
getManifestDurationFormat()
Indicates whether the output manifest should use floating point or integer values for segment duration.
|
Integer |
getMinSegmentLength()
When set, minimumSegmentLength is enforced by looking ahead and back within the specified range for a nearby
avail and extending the segment size if needed.
|
String |
getMode()
If "vod", all segments are indexed and kept permanently in the destination and manifest.
|
String |
getOutputSelection()
Generates the .m3u8 playlist file 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 |
getSegmentationMode()
When set to useInputSegmentation, the output segment or fragment points are set by the RAI markers from the input
streams.
|
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.
|
String |
getTsFileMode()
When set to "singleFile", emits the program as a single media resource (.ts) file, and uses #EXT-X-BYTERANGE tags
to index segment for playback.
|
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 |
setBaseUrlContent(String baseUrlContent)
A partial URI prefix that will be prepended to each output in the media .m3u8 file.
|
void |
setBaseUrlManifest(String baseUrlManifest)
A partial URI prefix that will be prepended to each output in the media .m3u8 file.
|
void |
setCaptionLanguageMappings(Collection<CaptionLanguageMapping> captionLanguageMappings)
Mapping of up to 4 caption channels to caption languages.
|
void |
setCaptionLanguageSetting(String captionLanguageSetting)
Applies only to 608 Embedded output captions.
|
void |
setClientCache(String clientCache)
When set to "disabled", sets the #EXT-X-ALLOW-CACHE:no tag in the manifest, which prevents clients from saving
media segments for later replay.
|
void |
setCodecSpecification(String codecSpecification)
Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.
|
void |
setConstantIv(String constantIv)
For use with encryptionType.
|
void |
setDestination(OutputLocationRef destination)
A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).
|
void |
setDirectoryStructure(String directoryStructure)
Place segments in subdirectories.
|
void |
setEncryptionType(String encryptionType)
Encrypts the segments with the given encryption scheme.
|
void |
setHlsCdnSettings(HlsCdnSettings hlsCdnSettings)
Parameters that control interactions with the CDN.
|
void |
setIndexNSegments(Integer indexNSegments)
If mode is "live", the number of segments to retain in the manifest (.m3u8) file.
|
void |
setInputLossAction(String inputLossAction)
Parameter that control output group behavior on input loss.
|
void |
setIvInManifest(String ivInManifest)
For use with encryptionType.
|
void |
setIvSource(String ivSource)
For use with encryptionType.
|
void |
setKeepSegments(Integer keepSegments)
If mode is "live", the number of TS segments to retain in the destination directory.
|
void |
setKeyFormat(String keyFormat)
The value specifies how the key is represented in the resource identified by the URI.
|
void |
setKeyFormatVersions(String keyFormatVersions)
Either a single positive integer version value or a slash delimited list of version values (1/2/3).
|
void |
setKeyProviderSettings(KeyProviderSettings keyProviderSettings)
The key provider 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 or integer values for segment duration.
|
void |
setMinSegmentLength(Integer minSegmentLength)
When set, minimumSegmentLength is enforced by looking ahead and back within the specified range for a nearby
avail and extending the segment size if needed.
|
void |
setMode(String mode)
If "vod", all segments are indexed and kept permanently in the destination and manifest.
|
void |
setOutputSelection(String outputSelection)
Generates the .m3u8 playlist file 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 |
setSegmentationMode(String segmentationMode)
When set to useInputSegmentation, the output segment or fragment points are set by the RAI markers from the input
streams.
|
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.
|
void |
setTsFileMode(String tsFileMode)
When set to "singleFile", emits the program as a single media resource (.ts) file, and uses #EXT-X-BYTERANGE tags
to index segment for playback.
|
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 |
withBaseUrlContent(String baseUrlContent)
A partial URI prefix that will be prepended to each output in the media .m3u8 file.
|
HlsGroupSettings |
withBaseUrlManifest(String baseUrlManifest)
A partial URI prefix that will be prepended to each output in the media .m3u8 file.
|
HlsGroupSettings |
withCaptionLanguageMappings(CaptionLanguageMapping... captionLanguageMappings)
Mapping of up to 4 caption channels to caption languages.
|
HlsGroupSettings |
withCaptionLanguageMappings(Collection<CaptionLanguageMapping> captionLanguageMappings)
Mapping of up to 4 caption channels to caption languages.
|
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)
When set to "disabled", sets the #EXT-X-ALLOW-CACHE:no tag in the manifest, which prevents clients from saving
media segments for later replay.
|
HlsGroupSettings |
withClientCache(String clientCache)
When set to "disabled", sets the #EXT-X-ALLOW-CACHE:no tag in the manifest, which prevents clients from saving
media segments for later replay.
|
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 |
withConstantIv(String constantIv)
For use with encryptionType.
|
HlsGroupSettings |
withDestination(OutputLocationRef destination)
A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).
|
HlsGroupSettings |
withDirectoryStructure(HlsDirectoryStructure directoryStructure)
Place segments in subdirectories.
|
HlsGroupSettings |
withDirectoryStructure(String directoryStructure)
Place segments in subdirectories.
|
HlsGroupSettings |
withEncryptionType(HlsEncryptionType encryptionType)
Encrypts the segments with the given encryption scheme.
|
HlsGroupSettings |
withEncryptionType(String encryptionType)
Encrypts the segments with the given encryption scheme.
|
HlsGroupSettings |
withHlsCdnSettings(HlsCdnSettings hlsCdnSettings)
Parameters that control interactions with the CDN.
|
HlsGroupSettings |
withIndexNSegments(Integer indexNSegments)
If mode is "live", the number of segments to retain in the manifest (.m3u8) file.
|
HlsGroupSettings |
withInputLossAction(InputLossActionForHlsOut inputLossAction)
Parameter that control output group behavior on input loss.
|
HlsGroupSettings |
withInputLossAction(String inputLossAction)
Parameter that control output group behavior on input loss.
|
HlsGroupSettings |
withIvInManifest(HlsIvInManifest ivInManifest)
For use with encryptionType.
|
HlsGroupSettings |
withIvInManifest(String ivInManifest)
For use with encryptionType.
|
HlsGroupSettings |
withIvSource(HlsIvSource ivSource)
For use with encryptionType.
|
HlsGroupSettings |
withIvSource(String ivSource)
For use with encryptionType.
|
HlsGroupSettings |
withKeepSegments(Integer keepSegments)
If mode is "live", the number of TS segments to retain in the destination directory.
|
HlsGroupSettings |
withKeyFormat(String keyFormat)
The value specifies how the key is represented in the resource identified by the URI.
|
HlsGroupSettings |
withKeyFormatVersions(String keyFormatVersions)
Either a single positive integer version value or a slash delimited list of version values (1/2/3).
|
HlsGroupSettings |
withKeyProviderSettings(KeyProviderSettings keyProviderSettings)
The key provider 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 or integer values for segment duration.
|
HlsGroupSettings |
withManifestDurationFormat(String manifestDurationFormat)
Indicates whether the output manifest should use floating point or integer values for segment duration.
|
HlsGroupSettings |
withMinSegmentLength(Integer minSegmentLength)
When set, minimumSegmentLength is enforced by looking ahead and back within the specified range for a nearby
avail and extending the segment size if needed.
|
HlsGroupSettings |
withMode(HlsMode mode)
If "vod", all segments are indexed and kept permanently in the destination and manifest.
|
HlsGroupSettings |
withMode(String mode)
If "vod", all segments are indexed and kept permanently in the destination and manifest.
|
HlsGroupSettings |
withOutputSelection(HlsOutputSelection outputSelection)
Generates the .m3u8 playlist file for this HLS output group.
|
HlsGroupSettings |
withOutputSelection(String outputSelection)
Generates the .m3u8 playlist file 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 |
withSegmentationMode(HlsSegmentationMode segmentationMode)
When set to useInputSegmentation, the output segment or fragment points are set by the RAI markers from the input
streams.
|
HlsGroupSettings |
withSegmentationMode(String segmentationMode)
When set to useInputSegmentation, the output segment or fragment points are set by the RAI markers from the input
streams.
|
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.
|
HlsGroupSettings |
withTsFileMode(HlsTsFileMode tsFileMode)
When set to "singleFile", emits the program as a single media resource (.ts) file, and uses #EXT-X-BYTERANGE tags
to index segment for playback.
|
HlsGroupSettings |
withTsFileMode(String tsFileMode)
When set to "singleFile", emits the program as a single media resource (.ts) file, and uses #EXT-X-BYTERANGE tags
to index segment for playback.
|
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 setBaseUrlContent(String baseUrlContent)
baseUrlContent - 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 getBaseUrlContent()
public HlsGroupSettings withBaseUrlContent(String baseUrlContent)
baseUrlContent - 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 void setBaseUrlManifest(String baseUrlManifest)
baseUrlManifest - 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 getBaseUrlManifest()
public HlsGroupSettings withBaseUrlManifest(String baseUrlManifest)
baseUrlManifest - 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<CaptionLanguageMapping> getCaptionLanguageMappings()
public void setCaptionLanguageMappings(Collection<CaptionLanguageMapping> captionLanguageMappings)
captionLanguageMappings - Mapping of up to 4 caption channels to caption languages. Is only meaningful if captionLanguageSetting is
set to "insert".public HlsGroupSettings withCaptionLanguageMappings(CaptionLanguageMapping... 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 - Mapping of up to 4 caption channels to caption languages. Is only meaningful if captionLanguageSetting is
set to "insert".public HlsGroupSettings withCaptionLanguageMappings(Collection<CaptionLanguageMapping> captionLanguageMappings)
captionLanguageMappings - Mapping of up to 4 caption channels to caption languages. Is only meaningful if captionLanguageSetting is
set to "insert".public 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.HlsCaptionLanguageSettingpublic String getCaptionLanguageSetting()
HlsCaptionLanguageSettingpublic 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.HlsCaptionLanguageSettingpublic 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.HlsCaptionLanguageSettingpublic void setClientCache(String clientCache)
clientCache - When set to "disabled", sets the #EXT-X-ALLOW-CACHE:no tag in the manifest, which prevents clients from
saving media segments for later replay.HlsClientCachepublic String getClientCache()
HlsClientCachepublic HlsGroupSettings withClientCache(String clientCache)
clientCache - When set to "disabled", sets the #EXT-X-ALLOW-CACHE:no tag in the manifest, which prevents clients from
saving media segments for later replay.HlsClientCachepublic HlsGroupSettings withClientCache(HlsClientCache clientCache)
clientCache - When set to "disabled", sets the #EXT-X-ALLOW-CACHE:no tag in the manifest, which prevents clients from
saving media segments for later replay.HlsClientCachepublic void setCodecSpecification(String codecSpecification)
codecSpecification - Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.HlsCodecSpecificationpublic String getCodecSpecification()
HlsCodecSpecificationpublic HlsGroupSettings withCodecSpecification(String codecSpecification)
codecSpecification - Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.HlsCodecSpecificationpublic HlsGroupSettings withCodecSpecification(HlsCodecSpecification codecSpecification)
codecSpecification - Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.HlsCodecSpecificationpublic void setConstantIv(String constantIv)
constantIv - For use with encryptionType. This is a 128-bit, 16-byte hex value represented by a 32-character text
string. If ivSource is set to "explicit" then this parameter is required and is used as the IV for
encryption.public String getConstantIv()
public HlsGroupSettings withConstantIv(String constantIv)
constantIv - For use with encryptionType. This is a 128-bit, 16-byte hex value represented by a 32-character text
string. If ivSource is set to "explicit" then this parameter is required and is used as the IV for
encryption.public void setDestination(OutputLocationRef destination)
destination - A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).public OutputLocationRef getDestination()
public HlsGroupSettings withDestination(OutputLocationRef destination)
destination - A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).public void setDirectoryStructure(String directoryStructure)
directoryStructure - Place segments in subdirectories.HlsDirectoryStructurepublic String getDirectoryStructure()
HlsDirectoryStructurepublic HlsGroupSettings withDirectoryStructure(String directoryStructure)
directoryStructure - Place segments in subdirectories.HlsDirectoryStructurepublic HlsGroupSettings withDirectoryStructure(HlsDirectoryStructure directoryStructure)
directoryStructure - Place segments in subdirectories.HlsDirectoryStructurepublic void setEncryptionType(String encryptionType)
encryptionType - Encrypts the segments with the given encryption scheme. Exclude this parameter if no encryption is
desired.HlsEncryptionTypepublic String getEncryptionType()
HlsEncryptionTypepublic HlsGroupSettings withEncryptionType(String encryptionType)
encryptionType - Encrypts the segments with the given encryption scheme. Exclude this parameter if no encryption is
desired.HlsEncryptionTypepublic HlsGroupSettings withEncryptionType(HlsEncryptionType encryptionType)
encryptionType - Encrypts the segments with the given encryption scheme. Exclude this parameter if no encryption is
desired.HlsEncryptionTypepublic void setHlsCdnSettings(HlsCdnSettings hlsCdnSettings)
hlsCdnSettings - Parameters that control interactions with the CDN.public HlsCdnSettings getHlsCdnSettings()
public HlsGroupSettings withHlsCdnSettings(HlsCdnSettings hlsCdnSettings)
hlsCdnSettings - Parameters that control interactions with the CDN.public void setIndexNSegments(Integer indexNSegments)
indexNSegments - If mode is "live", the number of segments to retain in the manifest (.m3u8) file. This number must be less
than or equal to keepSegments. If mode is "vod", this parameter has no effect.public Integer getIndexNSegments()
public HlsGroupSettings withIndexNSegments(Integer indexNSegments)
indexNSegments - If mode is "live", the number of segments to retain in the manifest (.m3u8) file. This number must be less
than or equal to keepSegments. If mode is "vod", this parameter has no effect.public void setInputLossAction(String inputLossAction)
inputLossAction - Parameter that control output group behavior on input loss.InputLossActionForHlsOutpublic String getInputLossAction()
InputLossActionForHlsOutpublic HlsGroupSettings withInputLossAction(String inputLossAction)
inputLossAction - Parameter that control output group behavior on input loss.InputLossActionForHlsOutpublic HlsGroupSettings withInputLossAction(InputLossActionForHlsOut inputLossAction)
inputLossAction - Parameter that control output group behavior on input loss.InputLossActionForHlsOutpublic void setIvInManifest(String ivInManifest)
ivInManifest - For use with encryptionType. The IV (Initialization Vector) is a 128-bit number used in conjunction with
the key for encrypting blocks. If set to "include", IV is listed in the manifest, otherwise the IV is not
in the manifest.HlsIvInManifestpublic String getIvInManifest()
HlsIvInManifestpublic HlsGroupSettings withIvInManifest(String ivInManifest)
ivInManifest - For use with encryptionType. The IV (Initialization Vector) is a 128-bit number used in conjunction with
the key for encrypting blocks. If set to "include", IV is listed in the manifest, otherwise the IV is not
in the manifest.HlsIvInManifestpublic HlsGroupSettings withIvInManifest(HlsIvInManifest ivInManifest)
ivInManifest - For use with encryptionType. The IV (Initialization Vector) is a 128-bit number used in conjunction with
the key for encrypting blocks. If set to "include", IV is listed in the manifest, otherwise the IV is not
in the manifest.HlsIvInManifestpublic void setIvSource(String ivSource)
ivSource - For use with encryptionType. The IV (Initialization Vector) is a 128-bit number used in conjunction with
the key for encrypting blocks. If this setting is "followsSegmentNumber", it will cause the IV to change
every segment (to match the segment number). If this is set to "explicit", you must enter a constantIv
value.HlsIvSourcepublic String getIvSource()
HlsIvSourcepublic HlsGroupSettings withIvSource(String ivSource)
ivSource - For use with encryptionType. The IV (Initialization Vector) is a 128-bit number used in conjunction with
the key for encrypting blocks. If this setting is "followsSegmentNumber", it will cause the IV to change
every segment (to match the segment number). If this is set to "explicit", you must enter a constantIv
value.HlsIvSourcepublic HlsGroupSettings withIvSource(HlsIvSource ivSource)
ivSource - For use with encryptionType. The IV (Initialization Vector) is a 128-bit number used in conjunction with
the key for encrypting blocks. If this setting is "followsSegmentNumber", it will cause the IV to change
every segment (to match the segment number). If this is set to "explicit", you must enter a constantIv
value.HlsIvSourcepublic void setKeepSegments(Integer keepSegments)
keepSegments - If mode is "live", the number of TS segments to retain in the destination directory. If mode is "vod",
this parameter has no effect.public Integer getKeepSegments()
public HlsGroupSettings withKeepSegments(Integer keepSegments)
keepSegments - If mode is "live", the number of TS segments to retain in the destination directory. If mode is "vod",
this parameter has no effect.public void setKeyFormat(String keyFormat)
keyFormat - The value specifies how the key is represented in the resource identified by the URI. If parameter is
absent, an implicit value of "identity" is used. A reverse DNS string can also be given.public String getKeyFormat()
public HlsGroupSettings withKeyFormat(String keyFormat)
keyFormat - The value specifies how the key is represented in the resource identified by the URI. If parameter is
absent, an implicit value of "identity" is used. A reverse DNS string can also be given.public void setKeyFormatVersions(String keyFormatVersions)
keyFormatVersions - Either a single positive integer version value or a slash delimited list of version values (1/2/3).public String getKeyFormatVersions()
public HlsGroupSettings withKeyFormatVersions(String keyFormatVersions)
keyFormatVersions - Either a single positive integer version value or a slash delimited list of version values (1/2/3).public void setKeyProviderSettings(KeyProviderSettings keyProviderSettings)
keyProviderSettings - The key provider settings.public KeyProviderSettings getKeyProviderSettings()
public HlsGroupSettings withKeyProviderSettings(KeyProviderSettings keyProviderSettings)
keyProviderSettings - The key provider settings.public void setManifestCompression(String manifestCompression)
manifestCompression - When set to gzip, compresses HLS playlist.HlsManifestCompressionpublic String getManifestCompression()
HlsManifestCompressionpublic HlsGroupSettings withManifestCompression(String manifestCompression)
manifestCompression - When set to gzip, compresses HLS playlist.HlsManifestCompressionpublic HlsGroupSettings withManifestCompression(HlsManifestCompression manifestCompression)
manifestCompression - When set to gzip, compresses HLS playlist.HlsManifestCompressionpublic void setManifestDurationFormat(String manifestDurationFormat)
manifestDurationFormat - Indicates whether the output manifest should use floating point or integer values for segment duration.HlsManifestDurationFormatpublic String getManifestDurationFormat()
HlsManifestDurationFormatpublic HlsGroupSettings withManifestDurationFormat(String manifestDurationFormat)
manifestDurationFormat - Indicates whether the output manifest should use floating point or integer values for segment duration.HlsManifestDurationFormatpublic HlsGroupSettings withManifestDurationFormat(HlsManifestDurationFormat manifestDurationFormat)
manifestDurationFormat - Indicates whether the output manifest should use floating point or integer values for segment duration.HlsManifestDurationFormatpublic void setMinSegmentLength(Integer minSegmentLength)
minSegmentLength - When set, minimumSegmentLength 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, minimumSegmentLength is enforced by looking ahead and back within the specified range for a
nearby avail and extending the segment size if needed.public void setMode(String mode)
mode - If "vod", all segments are indexed and kept permanently in the destination and manifest. If "live", only
the number segments specified in keepSegments and indexNSegments are kept; newer segments replace older
segments, which may prevent players from rewinding all the way to the beginning of the event.
VOD mode uses HLS EXT-X-PLAYLIST-TYPE of EVENT while the channel is running, converting it to a "VOD" type
manifest on completion of the stream.HlsModepublic String getMode()
HlsModepublic HlsGroupSettings withMode(String mode)
mode - If "vod", all segments are indexed and kept permanently in the destination and manifest. If "live", only
the number segments specified in keepSegments and indexNSegments are kept; newer segments replace older
segments, which may prevent players from rewinding all the way to the beginning of the event.
VOD mode uses HLS EXT-X-PLAYLIST-TYPE of EVENT while the channel is running, converting it to a "VOD" type
manifest on completion of the stream.HlsModepublic HlsGroupSettings withMode(HlsMode mode)
mode - If "vod", all segments are indexed and kept permanently in the destination and manifest. If "live", only
the number segments specified in keepSegments and indexNSegments are kept; newer segments replace older
segments, which may prevent players from rewinding all the way to the beginning of the event.
VOD mode uses HLS EXT-X-PLAYLIST-TYPE of EVENT while the channel is running, converting it to a "VOD" type
manifest on completion of the stream.HlsModepublic void setOutputSelection(String outputSelection)
outputSelection - Generates the .m3u8 playlist file for this HLS output group. The segmentsOnly option will output segments
without the .m3u8 file.HlsOutputSelectionpublic String getOutputSelection()
HlsOutputSelectionpublic HlsGroupSettings withOutputSelection(String outputSelection)
outputSelection - Generates the .m3u8 playlist file for this HLS output group. The segmentsOnly option will output segments
without the .m3u8 file.HlsOutputSelectionpublic HlsGroupSettings withOutputSelection(HlsOutputSelection outputSelection)
outputSelection - Generates the .m3u8 playlist file for this HLS output group. The segmentsOnly option will output segments
without the .m3u8 file.HlsOutputSelectionpublic 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 timestampOffset.HlsProgramDateTimepublic String getProgramDateTime()
HlsProgramDateTimepublic 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 timestampOffset.HlsProgramDateTimepublic 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 timestampOffset.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 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 setSegmentationMode(String segmentationMode)
segmentationMode - When set to useInputSegmentation, the output segment or fragment points are set by the RAI markers from
the input streams.HlsSegmentationModepublic String getSegmentationMode()
HlsSegmentationModepublic HlsGroupSettings withSegmentationMode(String segmentationMode)
segmentationMode - When set to useInputSegmentation, the output segment or fragment points are set by the RAI markers from
the input streams.HlsSegmentationModepublic HlsGroupSettings withSegmentationMode(HlsSegmentationMode segmentationMode)
segmentationMode - When set to useInputSegmentation, the output segment or fragment points are set by the RAI markers from
the input streams.HlsSegmentationModepublic void setSegmentsPerSubdirectory(Integer segmentsPerSubdirectory)
segmentsPerSubdirectory - Number of segments to write to a subdirectory before starting a new one. directoryStructure must be
subdirectoryPerStream 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
subdirectoryPerStream 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.HlsStreamInfResolutionpublic String getStreamInfResolution()
HlsStreamInfResolutionpublic HlsGroupSettings withStreamInfResolution(String streamInfResolution)
streamInfResolution - Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.HlsStreamInfResolutionpublic HlsGroupSettings withStreamInfResolution(HlsStreamInfResolution streamInfResolution)
streamInfResolution - Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.HlsStreamInfResolutionpublic void setTimedMetadataId3Frame(String timedMetadataId3Frame)
timedMetadataId3Frame - Indicates ID3 frame that has the timecode.HlsTimedMetadataId3Framepublic String getTimedMetadataId3Frame()
HlsTimedMetadataId3Framepublic HlsGroupSettings withTimedMetadataId3Frame(String timedMetadataId3Frame)
timedMetadataId3Frame - Indicates ID3 frame that has the timecode.HlsTimedMetadataId3Framepublic HlsGroupSettings withTimedMetadataId3Frame(HlsTimedMetadataId3Frame timedMetadataId3Frame)
timedMetadataId3Frame - Indicates ID3 frame that has the timecode.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 void setTsFileMode(String tsFileMode)
tsFileMode - When set to "singleFile", emits the program as a single media resource (.ts) file, and uses
#EXT-X-BYTERANGE tags to index segment for playback. Playback of VOD mode content during event is not
guaranteed due to HTTP server caching.HlsTsFileModepublic String getTsFileMode()
HlsTsFileModepublic HlsGroupSettings withTsFileMode(String tsFileMode)
tsFileMode - When set to "singleFile", emits the program as a single media resource (.ts) file, and uses
#EXT-X-BYTERANGE tags to index segment for playback. Playback of VOD mode content during event is not
guaranteed due to HTTP server caching.HlsTsFileModepublic HlsGroupSettings withTsFileMode(HlsTsFileMode tsFileMode)
tsFileMode - When set to "singleFile", emits the program as a single media resource (.ts) file, and uses
#EXT-X-BYTERANGE tags to index segment for playback. Playback of VOD mode content during event is not
guaranteed due to HTTP server caching.HlsTsFileModepublic String toString()
toString in class ObjectObject.toString()public HlsGroupSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.