| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
HlsGroupSettings |
HlsGroupSettings.clone() |
HlsGroupSettings |
OutputGroupSettings.getHlsGroupSettings() |
HlsGroupSettings |
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 |
HlsGroupSettings.withAdMarkers(HlsAdMarkers... adMarkers)
Choose one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs.
|
HlsGroupSettings |
HlsGroupSettings.withAdMarkers(String... adMarkers)
Choose one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs.
|
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) |
HlsGroupSettings |
HlsGroupSettings.withCaptionLanguageSetting(String captionLanguageSetting) |
HlsGroupSettings |
HlsGroupSettings.withClientCache(HlsClientCache clientCache) |
HlsGroupSettings |
HlsGroupSettings.withClientCache(String clientCache) |
HlsGroupSettings |
HlsGroupSettings.withCodecSpecification(HlsCodecSpecification codecSpecification) |
HlsGroupSettings |
HlsGroupSettings.withCodecSpecification(String codecSpecification) |
HlsGroupSettings |
HlsGroupSettings.withDestination(String destination)
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
HlsGroupSettings |
HlsGroupSettings.withDirectoryStructure(HlsDirectoryStructure directoryStructure) |
HlsGroupSettings |
HlsGroupSettings.withDirectoryStructure(String directoryStructure) |
HlsGroupSettings |
HlsGroupSettings.withEncryption(HlsEncryptionSettings encryption)
DRM settings.
|
HlsGroupSettings |
HlsGroupSettings.withManifestCompression(HlsManifestCompression manifestCompression) |
HlsGroupSettings |
HlsGroupSettings.withManifestCompression(String manifestCompression) |
HlsGroupSettings |
HlsGroupSettings.withManifestDurationFormat(HlsManifestDurationFormat manifestDurationFormat) |
HlsGroupSettings |
HlsGroupSettings.withManifestDurationFormat(String manifestDurationFormat) |
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) |
HlsGroupSettings |
HlsGroupSettings.withOutputSelection(String outputSelection) |
HlsGroupSettings |
HlsGroupSettings.withProgramDateTime(HlsProgramDateTime programDateTime) |
HlsGroupSettings |
HlsGroupSettings.withProgramDateTime(String programDateTime) |
HlsGroupSettings |
HlsGroupSettings.withProgramDateTimePeriod(Integer programDateTimePeriod)
Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds.
|
HlsGroupSettings |
HlsGroupSettings.withSegmentControl(HlsSegmentControl segmentControl) |
HlsGroupSettings |
HlsGroupSettings.withSegmentControl(String segmentControl) |
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) |
HlsGroupSettings |
HlsGroupSettings.withStreamInfResolution(String streamInfResolution) |
HlsGroupSettings |
HlsGroupSettings.withTimedMetadataId3Frame(HlsTimedMetadataId3Frame timedMetadataId3Frame) |
HlsGroupSettings |
HlsGroupSettings.withTimedMetadataId3Frame(String timedMetadataId3Frame) |
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) |
OutputGroupSettings |
OutputGroupSettings.withHlsGroupSettings(HlsGroupSettings hlsGroupSettings) |
Copyright © 2019. All rights reserved.