| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
HlsGroupSettings |
HlsGroupSettings.clone() |
HlsGroupSettings |
OutputGroupSettings.getHlsGroupSettings()
Required when you set (Type) under (OutputGroups)>(OutputGroupSettings) to HLS_GROUP_SETTINGS.
|
HlsGroupSettings |
HlsGroupSettings.withAdMarkers(Collection<String> adMarkers)
Choose one or more ad marker types to decorate your Apple HLS manifest.
|
HlsGroupSettings |
HlsGroupSettings.withAdMarkers(HlsAdMarkers... adMarkers)
Choose one or more ad marker types to decorate your Apple HLS manifest.
|
HlsGroupSettings |
HlsGroupSettings.withAdMarkers(String... adMarkers)
Choose one or more ad marker types to decorate your Apple HLS manifest.
|
HlsGroupSettings |
HlsGroupSettings.withBaseUrl(String baseUrl)
A partial URI prefix that will be prepended to each output in the media .m3u8 file.
|
HlsGroupSettings |
HlsGroupSettings.withCaptionLanguageMappings(Collection<HlsCaptionLanguageMapping> captionLanguageMappings)
Language to be used on Caption outputs
|
HlsGroupSettings |
HlsGroupSettings.withCaptionLanguageMappings(HlsCaptionLanguageMapping... captionLanguageMappings)
Language to be used on Caption outputs
|
HlsGroupSettings |
HlsGroupSettings.withCaptionLanguageSetting(HlsCaptionLanguageSetting captionLanguageSetting)
Applies only to 608 Embedded output captions.
|
HlsGroupSettings |
HlsGroupSettings.withCaptionLanguageSetting(String captionLanguageSetting)
Applies only to 608 Embedded output captions.
|
HlsGroupSettings |
HlsGroupSettings.withClientCache(HlsClientCache clientCache)
When set to ENABLED, sets #EXT-X-ALLOW-CACHE:no tag, which prevents client from saving media segments for later
replay.
|
HlsGroupSettings |
HlsGroupSettings.withClientCache(String clientCache)
When set to ENABLED, sets #EXT-X-ALLOW-CACHE:no tag, which prevents client from saving media segments for later
replay.
|
HlsGroupSettings |
HlsGroupSettings.withCodecSpecification(HlsCodecSpecification codecSpecification)
Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.
|
HlsGroupSettings |
HlsGroupSettings.withCodecSpecification(String codecSpecification)
Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.
|
HlsGroupSettings |
HlsGroupSettings.withDestination(String destination)
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
HlsGroupSettings |
HlsGroupSettings.withDestinationSettings(DestinationSettings destinationSettings)
Settings associated with the destination.
|
HlsGroupSettings |
HlsGroupSettings.withDirectoryStructure(HlsDirectoryStructure directoryStructure)
Indicates whether segments should be placed in subdirectories.
|
HlsGroupSettings |
HlsGroupSettings.withDirectoryStructure(String directoryStructure)
Indicates whether segments should be placed in subdirectories.
|
HlsGroupSettings |
HlsGroupSettings.withEncryption(HlsEncryptionSettings encryption)
DRM settings.
|
HlsGroupSettings |
HlsGroupSettings.withManifestCompression(HlsManifestCompression manifestCompression)
When set to GZIP, compresses HLS playlist.
|
HlsGroupSettings |
HlsGroupSettings.withManifestCompression(String manifestCompression)
When set to GZIP, compresses HLS playlist.
|
HlsGroupSettings |
HlsGroupSettings.withManifestDurationFormat(HlsManifestDurationFormat manifestDurationFormat)
Indicates whether the output manifest should use floating point values for segment duration.
|
HlsGroupSettings |
HlsGroupSettings.withManifestDurationFormat(String manifestDurationFormat)
Indicates whether the output manifest should use floating point values for segment duration.
|
HlsGroupSettings |
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 |
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 |
HlsGroupSettings.withOutputSelection(HlsOutputSelection outputSelection)
Indicates whether the .m3u8 manifest file should be generated for this HLS output group.
|
HlsGroupSettings |
HlsGroupSettings.withOutputSelection(String outputSelection)
Indicates whether the .m3u8 manifest file should be generated for this HLS output group.
|
HlsGroupSettings |
HlsGroupSettings.withProgramDateTime(HlsProgramDateTime programDateTime)
Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files.
|
HlsGroupSettings |
HlsGroupSettings.withProgramDateTime(String programDateTime)
Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files.
|
HlsGroupSettings |
HlsGroupSettings.withProgramDateTimePeriod(Integer programDateTimePeriod)
Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds.
|
HlsGroupSettings |
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 |
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 |
HlsGroupSettings.withSegmentLength(Integer segmentLength)
Length of MPEG-2 Transport Stream segments to create (in seconds).
|
HlsGroupSettings |
HlsGroupSettings.withSegmentsPerSubdirectory(Integer segmentsPerSubdirectory)
Number of segments to write to a subdirectory before starting a new one.
|
HlsGroupSettings |
HlsGroupSettings.withStreamInfResolution(HlsStreamInfResolution streamInfResolution)
Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.
|
HlsGroupSettings |
HlsGroupSettings.withStreamInfResolution(String streamInfResolution)
Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.
|
HlsGroupSettings |
HlsGroupSettings.withTimedMetadataId3Frame(HlsTimedMetadataId3Frame timedMetadataId3Frame)
Indicates ID3 frame that has the timecode.
|
HlsGroupSettings |
HlsGroupSettings.withTimedMetadataId3Frame(String timedMetadataId3Frame)
Indicates ID3 frame that has the timecode.
|
HlsGroupSettings |
HlsGroupSettings.withTimedMetadataId3Period(Integer timedMetadataId3Period)
Timed Metadata interval in seconds.
|
HlsGroupSettings |
HlsGroupSettings.withTimestampDeltaMilliseconds(Integer timestampDeltaMilliseconds)
Provides an extra millisecond delta offset to fine tune the timestamps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputGroupSettings.setHlsGroupSettings(HlsGroupSettings hlsGroupSettings)
Required when you set (Type) under (OutputGroups)>(OutputGroupSettings) to HLS_GROUP_SETTINGS.
|
OutputGroupSettings |
OutputGroupSettings.withHlsGroupSettings(HlsGroupSettings hlsGroupSettings)
Required when you set (Type) under (OutputGroups)>(OutputGroupSettings) to HLS_GROUP_SETTINGS.
|
Copyright © 2019. All rights reserved.