@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CmafGroupSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
CmafGroupSettings() |
Modifier and Type | Method and Description |
---|---|
CmafGroupSettings |
clone() |
boolean |
equals(Object obj) |
List<CmafAdditionalManifest> |
getAdditionalManifests()
By default, the service creates one top-level .m3u8 HLS manifest and one top -level .mpd DASH manifest for each
CMAF output group in your job.
|
String |
getBaseUrl()
A partial URI prefix that will be put in the manifest file at the top level BaseURL element.
|
String |
getClientCache()
When set to ENABLED, sets #EXT-X-ALLOW-CACHE:no tag, which prevents client from saving media segments for later
replay.
|
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.
|
CmafEncryptionSettings |
getEncryption()
DRM settings.
|
Integer |
getFragmentLength()
Length of fragments to generate (in seconds).
|
String |
getManifestCompression()
When set to GZIP, compresses HLS playlist.
|
String |
getManifestDurationFormat()
Indicates whether the output manifest should use floating point values for segment duration.
|
Integer |
getMinBufferTime()
Minimum time of initially buffered media that is needed to ensure smooth playout.
|
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.
|
String |
getMpdProfile()
Specify whether your DASH profile is on-demand or main.
|
String |
getSegmentControl()
When set to SINGLE_FILE, a single output file is generated, which is internally segmented using the Fragment
Length and Segment Length.
|
Integer |
getSegmentLength()
Use this setting to specify the length, in seconds, of each individual CMAF segment.
|
String |
getStreamInfResolution()
Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.
|
String |
getWriteDashManifest()
When set to ENABLED, a DASH MPD manifest will be generated for this output.
|
String |
getWriteHlsManifest()
When set to ENABLED, an Apple HLS manifest will be generated for this output.
|
String |
getWriteSegmentTimelineInRepresentation()
When you enable Precise segment duration in DASH manifests (writeSegmentTimelineInRepresentation), your DASH
manifest shows precise segment durations.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdditionalManifests(Collection<CmafAdditionalManifest> additionalManifests)
By default, the service creates one top-level .m3u8 HLS manifest and one top -level .mpd DASH manifest for each
CMAF output group in your job.
|
void |
setBaseUrl(String baseUrl)
A partial URI prefix that will be put in the manifest file at the top level BaseURL element.
|
void |
setClientCache(String clientCache)
When set to ENABLED, sets #EXT-X-ALLOW-CACHE:no tag, which prevents client 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 |
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 |
setEncryption(CmafEncryptionSettings encryption)
DRM settings.
|
void |
setFragmentLength(Integer fragmentLength)
Length of fragments to generate (in seconds).
|
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 |
setMinBufferTime(Integer minBufferTime)
Minimum time of initially buffered media that is needed to ensure smooth playout.
|
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 |
setMpdProfile(String mpdProfile)
Specify whether your DASH profile is on-demand or main.
|
void |
setSegmentControl(String segmentControl)
When set to SINGLE_FILE, a single output file is generated, which is internally segmented using the Fragment
Length and Segment Length.
|
void |
setSegmentLength(Integer segmentLength)
Use this setting to specify the length, in seconds, of each individual CMAF segment.
|
void |
setStreamInfResolution(String streamInfResolution)
Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.
|
void |
setWriteDashManifest(String writeDashManifest)
When set to ENABLED, a DASH MPD manifest will be generated for this output.
|
void |
setWriteHlsManifest(String writeHlsManifest)
When set to ENABLED, an Apple HLS manifest will be generated for this output.
|
void |
setWriteSegmentTimelineInRepresentation(String writeSegmentTimelineInRepresentation)
When you enable Precise segment duration in DASH manifests (writeSegmentTimelineInRepresentation), your DASH
manifest shows precise segment durations.
|
String |
toString()
Returns a string representation of this object.
|
CmafGroupSettings |
withAdditionalManifests(CmafAdditionalManifest... additionalManifests)
By default, the service creates one top-level .m3u8 HLS manifest and one top -level .mpd DASH manifest for each
CMAF output group in your job.
|
CmafGroupSettings |
withAdditionalManifests(Collection<CmafAdditionalManifest> additionalManifests)
By default, the service creates one top-level .m3u8 HLS manifest and one top -level .mpd DASH manifest for each
CMAF output group in your job.
|
CmafGroupSettings |
withBaseUrl(String baseUrl)
A partial URI prefix that will be put in the manifest file at the top level BaseURL element.
|
CmafGroupSettings |
withClientCache(CmafClientCache clientCache)
When set to ENABLED, sets #EXT-X-ALLOW-CACHE:no tag, which prevents client from saving media segments for later
replay.
|
CmafGroupSettings |
withClientCache(String clientCache)
When set to ENABLED, sets #EXT-X-ALLOW-CACHE:no tag, which prevents client from saving media segments for later
replay.
|
CmafGroupSettings |
withCodecSpecification(CmafCodecSpecification codecSpecification)
Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.
|
CmafGroupSettings |
withCodecSpecification(String codecSpecification)
Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.
|
CmafGroupSettings |
withDestination(String destination)
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
CmafGroupSettings |
withDestinationSettings(DestinationSettings destinationSettings)
Settings associated with the destination.
|
CmafGroupSettings |
withEncryption(CmafEncryptionSettings encryption)
DRM settings.
|
CmafGroupSettings |
withFragmentLength(Integer fragmentLength)
Length of fragments to generate (in seconds).
|
CmafGroupSettings |
withManifestCompression(CmafManifestCompression manifestCompression)
When set to GZIP, compresses HLS playlist.
|
CmafGroupSettings |
withManifestCompression(String manifestCompression)
When set to GZIP, compresses HLS playlist.
|
CmafGroupSettings |
withManifestDurationFormat(CmafManifestDurationFormat manifestDurationFormat)
Indicates whether the output manifest should use floating point values for segment duration.
|
CmafGroupSettings |
withManifestDurationFormat(String manifestDurationFormat)
Indicates whether the output manifest should use floating point values for segment duration.
|
CmafGroupSettings |
withMinBufferTime(Integer minBufferTime)
Minimum time of initially buffered media that is needed to ensure smooth playout.
|
CmafGroupSettings |
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.
|
CmafGroupSettings |
withMpdProfile(CmafMpdProfile mpdProfile)
Specify whether your DASH profile is on-demand or main.
|
CmafGroupSettings |
withMpdProfile(String mpdProfile)
Specify whether your DASH profile is on-demand or main.
|
CmafGroupSettings |
withSegmentControl(CmafSegmentControl segmentControl)
When set to SINGLE_FILE, a single output file is generated, which is internally segmented using the Fragment
Length and Segment Length.
|
CmafGroupSettings |
withSegmentControl(String segmentControl)
When set to SINGLE_FILE, a single output file is generated, which is internally segmented using the Fragment
Length and Segment Length.
|
CmafGroupSettings |
withSegmentLength(Integer segmentLength)
Use this setting to specify the length, in seconds, of each individual CMAF segment.
|
CmafGroupSettings |
withStreamInfResolution(CmafStreamInfResolution streamInfResolution)
Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.
|
CmafGroupSettings |
withStreamInfResolution(String streamInfResolution)
Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.
|
CmafGroupSettings |
withWriteDashManifest(CmafWriteDASHManifest writeDashManifest)
When set to ENABLED, a DASH MPD manifest will be generated for this output.
|
CmafGroupSettings |
withWriteDashManifest(String writeDashManifest)
When set to ENABLED, a DASH MPD manifest will be generated for this output.
|
CmafGroupSettings |
withWriteHlsManifest(CmafWriteHLSManifest writeHlsManifest)
When set to ENABLED, an Apple HLS manifest will be generated for this output.
|
CmafGroupSettings |
withWriteHlsManifest(String writeHlsManifest)
When set to ENABLED, an Apple HLS manifest will be generated for this output.
|
CmafGroupSettings |
withWriteSegmentTimelineInRepresentation(CmafWriteSegmentTimelineInRepresentation writeSegmentTimelineInRepresentation)
When you enable Precise segment duration in DASH manifests (writeSegmentTimelineInRepresentation), your DASH
manifest shows precise segment durations.
|
CmafGroupSettings |
withWriteSegmentTimelineInRepresentation(String writeSegmentTimelineInRepresentation)
When you enable Precise segment duration in DASH manifests (writeSegmentTimelineInRepresentation), your DASH
manifest shows precise segment durations.
|
public List<CmafAdditionalManifest> getAdditionalManifests()
public void setAdditionalManifests(Collection<CmafAdditionalManifest> additionalManifests)
additionalManifests
- By default, the service creates one top-level .m3u8 HLS manifest and one top -level .mpd DASH manifest for
each CMAF output group in your job. These default manifests reference 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. For each additional manifest that you specify, the service creates one HLS manifest
and one DASH manifest.public CmafGroupSettings withAdditionalManifests(CmafAdditionalManifest... 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 and one top -level .mpd DASH manifest for
each CMAF output group in your job. These default manifests reference 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. For each additional manifest that you specify, the service creates one HLS manifest
and one DASH manifest.public CmafGroupSettings withAdditionalManifests(Collection<CmafAdditionalManifest> additionalManifests)
additionalManifests
- By default, the service creates one top-level .m3u8 HLS manifest and one top -level .mpd DASH manifest for
each CMAF output group in your job. These default manifests reference 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. For each additional manifest that you specify, the service creates one HLS manifest
and one DASH manifest.public void setBaseUrl(String baseUrl)
baseUrl
- A partial URI prefix that will be put in the manifest file at the top level BaseURL element. Can be used
if streams are delivered from a different URL than the manifest file.public String getBaseUrl()
public CmafGroupSettings withBaseUrl(String baseUrl)
baseUrl
- A partial URI prefix that will be put in the manifest file at the top level BaseURL element. Can be used
if streams are delivered from a different URL than the manifest file.public void setClientCache(String clientCache)
clientCache
- When set to ENABLED, sets #EXT-X-ALLOW-CACHE:no tag, which prevents client from saving media segments for
later replay.CmafClientCache
public String getClientCache()
CmafClientCache
public CmafGroupSettings withClientCache(String clientCache)
clientCache
- When set to ENABLED, sets #EXT-X-ALLOW-CACHE:no tag, which prevents client from saving media segments for
later replay.CmafClientCache
public CmafGroupSettings withClientCache(CmafClientCache clientCache)
clientCache
- When set to ENABLED, sets #EXT-X-ALLOW-CACHE:no tag, which prevents client from saving media segments for
later replay.CmafClientCache
public void setCodecSpecification(String codecSpecification)
codecSpecification
- Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.CmafCodecSpecification
public String getCodecSpecification()
CmafCodecSpecification
public CmafGroupSettings withCodecSpecification(String codecSpecification)
codecSpecification
- Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.CmafCodecSpecification
public CmafGroupSettings withCodecSpecification(CmafCodecSpecification codecSpecification)
codecSpecification
- Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.CmafCodecSpecification
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 CmafGroupSettings 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 CmafGroupSettings withDestinationSettings(DestinationSettings destinationSettings)
destinationSettings
- Settings associated with the destination. Will vary based on the type of destinationpublic void setEncryption(CmafEncryptionSettings encryption)
encryption
- DRM settings.public CmafEncryptionSettings getEncryption()
public CmafGroupSettings withEncryption(CmafEncryptionSettings encryption)
encryption
- DRM settings.public void setFragmentLength(Integer fragmentLength)
fragmentLength
- Length of fragments to generate (in seconds). Fragment length must be compatible with GOP size and
Framerate. Note that fragments will end on the next keyframe after this number of seconds, so actual
fragment length may be longer. When Emit Single File is checked, the fragmentation is internal to a single
output file and it does not cause the creation of many output files as in other output types.public Integer getFragmentLength()
public CmafGroupSettings withFragmentLength(Integer fragmentLength)
fragmentLength
- Length of fragments to generate (in seconds). Fragment length must be compatible with GOP size and
Framerate. Note that fragments will end on the next keyframe after this number of seconds, so actual
fragment length may be longer. When Emit Single File is checked, the fragmentation is internal to a single
output file and it does not cause the creation of many output files as in other output types.public void setManifestCompression(String manifestCompression)
manifestCompression
- When set to GZIP, compresses HLS playlist.CmafManifestCompression
public String getManifestCompression()
CmafManifestCompression
public CmafGroupSettings withManifestCompression(String manifestCompression)
manifestCompression
- When set to GZIP, compresses HLS playlist.CmafManifestCompression
public CmafGroupSettings withManifestCompression(CmafManifestCompression manifestCompression)
manifestCompression
- When set to GZIP, compresses HLS playlist.CmafManifestCompression
public void setManifestDurationFormat(String manifestDurationFormat)
manifestDurationFormat
- Indicates whether the output manifest should use floating point values for segment duration.CmafManifestDurationFormat
public String getManifestDurationFormat()
CmafManifestDurationFormat
public CmafGroupSettings withManifestDurationFormat(String manifestDurationFormat)
manifestDurationFormat
- Indicates whether the output manifest should use floating point values for segment duration.CmafManifestDurationFormat
public CmafGroupSettings withManifestDurationFormat(CmafManifestDurationFormat manifestDurationFormat)
manifestDurationFormat
- Indicates whether the output manifest should use floating point values for segment duration.CmafManifestDurationFormat
public void setMinBufferTime(Integer minBufferTime)
minBufferTime
- Minimum time of initially buffered media that is needed to ensure smooth playout.public Integer getMinBufferTime()
public CmafGroupSettings withMinBufferTime(Integer minBufferTime)
minBufferTime
- Minimum time of initially buffered media that is needed to ensure smooth playout.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 CmafGroupSettings 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 setMpdProfile(String mpdProfile)
mpdProfile
- Specify whether your DASH profile is on-demand or main. When you choose Main profile (MAIN_PROFILE), the
service signals urn:mpeg:dash:profile:isoff-main:2011 in your .mpd DASH manifest. When you choose
On-demand (ON_DEMAND_PROFILE), the service signals urn:mpeg:dash:profile:isoff-on-demand:2011 in your
.mpd. When you choose On-demand, you must also set the output group setting Segment control
(SegmentControl) to Single file (SINGLE_FILE).CmafMpdProfile
public String getMpdProfile()
CmafMpdProfile
public CmafGroupSettings withMpdProfile(String mpdProfile)
mpdProfile
- Specify whether your DASH profile is on-demand or main. When you choose Main profile (MAIN_PROFILE), the
service signals urn:mpeg:dash:profile:isoff-main:2011 in your .mpd DASH manifest. When you choose
On-demand (ON_DEMAND_PROFILE), the service signals urn:mpeg:dash:profile:isoff-on-demand:2011 in your
.mpd. When you choose On-demand, you must also set the output group setting Segment control
(SegmentControl) to Single file (SINGLE_FILE).CmafMpdProfile
public CmafGroupSettings withMpdProfile(CmafMpdProfile mpdProfile)
mpdProfile
- Specify whether your DASH profile is on-demand or main. When you choose Main profile (MAIN_PROFILE), the
service signals urn:mpeg:dash:profile:isoff-main:2011 in your .mpd DASH manifest. When you choose
On-demand (ON_DEMAND_PROFILE), the service signals urn:mpeg:dash:profile:isoff-on-demand:2011 in your
.mpd. When you choose On-demand, you must also set the output group setting Segment control
(SegmentControl) to Single file (SINGLE_FILE).CmafMpdProfile
public void setSegmentControl(String segmentControl)
segmentControl
- When set to SINGLE_FILE, a single output file is generated, which is internally segmented using the
Fragment Length and Segment Length. When set to SEGMENTED_FILES, separate segment files will be created.CmafSegmentControl
public String getSegmentControl()
CmafSegmentControl
public CmafGroupSettings withSegmentControl(String segmentControl)
segmentControl
- When set to SINGLE_FILE, a single output file is generated, which is internally segmented using the
Fragment Length and Segment Length. When set to SEGMENTED_FILES, separate segment files will be created.CmafSegmentControl
public CmafGroupSettings withSegmentControl(CmafSegmentControl segmentControl)
segmentControl
- When set to SINGLE_FILE, a single output file is generated, which is internally segmented using the
Fragment Length and Segment Length. When set to SEGMENTED_FILES, separate segment files will be created.CmafSegmentControl
public void setSegmentLength(Integer segmentLength)
segmentLength
- Use this setting to specify the length, in seconds, of each individual CMAF segment. This value applies to
the whole package; that is, to every output in the output group. Note that segments end on the first
keyframe after this number of seconds, so the actual segment length might be slightly longer. If you set
Segment control (CmafSegmentControl) to single file, the service puts the content of each output in a
single file that has metadata that marks these segments. If you set it to segmented files, the service
creates multiple files for each output, each with the content of one segment.public Integer getSegmentLength()
public CmafGroupSettings withSegmentLength(Integer segmentLength)
segmentLength
- Use this setting to specify the length, in seconds, of each individual CMAF segment. This value applies to
the whole package; that is, to every output in the output group. Note that segments end on the first
keyframe after this number of seconds, so the actual segment length might be slightly longer. If you set
Segment control (CmafSegmentControl) to single file, the service puts the content of each output in a
single file that has metadata that marks these segments. If you set it to segmented files, the service
creates multiple files for each output, each with the content of one segment.public void setStreamInfResolution(String streamInfResolution)
streamInfResolution
- Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.CmafStreamInfResolution
public String getStreamInfResolution()
CmafStreamInfResolution
public CmafGroupSettings withStreamInfResolution(String streamInfResolution)
streamInfResolution
- Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.CmafStreamInfResolution
public CmafGroupSettings withStreamInfResolution(CmafStreamInfResolution streamInfResolution)
streamInfResolution
- Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.CmafStreamInfResolution
public void setWriteDashManifest(String writeDashManifest)
writeDashManifest
- When set to ENABLED, a DASH MPD manifest will be generated for this output.CmafWriteDASHManifest
public String getWriteDashManifest()
CmafWriteDASHManifest
public CmafGroupSettings withWriteDashManifest(String writeDashManifest)
writeDashManifest
- When set to ENABLED, a DASH MPD manifest will be generated for this output.CmafWriteDASHManifest
public CmafGroupSettings withWriteDashManifest(CmafWriteDASHManifest writeDashManifest)
writeDashManifest
- When set to ENABLED, a DASH MPD manifest will be generated for this output.CmafWriteDASHManifest
public void setWriteHlsManifest(String writeHlsManifest)
writeHlsManifest
- When set to ENABLED, an Apple HLS manifest will be generated for this output.CmafWriteHLSManifest
public String getWriteHlsManifest()
CmafWriteHLSManifest
public CmafGroupSettings withWriteHlsManifest(String writeHlsManifest)
writeHlsManifest
- When set to ENABLED, an Apple HLS manifest will be generated for this output.CmafWriteHLSManifest
public CmafGroupSettings withWriteHlsManifest(CmafWriteHLSManifest writeHlsManifest)
writeHlsManifest
- When set to ENABLED, an Apple HLS manifest will be generated for this output.CmafWriteHLSManifest
public void setWriteSegmentTimelineInRepresentation(String writeSegmentTimelineInRepresentation)
writeSegmentTimelineInRepresentation
- When you enable Precise segment duration in DASH manifests (writeSegmentTimelineInRepresentation), your
DASH manifest shows precise segment durations. The segment duration information appears inside the
SegmentTimeline element, inside SegmentTemplate at the Representation level. When this feature isn't
enabled, the segment durations in your DASH manifest are approximate. The segment duration information
appears in the duration attribute of the SegmentTemplate element.CmafWriteSegmentTimelineInRepresentation
public String getWriteSegmentTimelineInRepresentation()
CmafWriteSegmentTimelineInRepresentation
public CmafGroupSettings withWriteSegmentTimelineInRepresentation(String writeSegmentTimelineInRepresentation)
writeSegmentTimelineInRepresentation
- When you enable Precise segment duration in DASH manifests (writeSegmentTimelineInRepresentation), your
DASH manifest shows precise segment durations. The segment duration information appears inside the
SegmentTimeline element, inside SegmentTemplate at the Representation level. When this feature isn't
enabled, the segment durations in your DASH manifest are approximate. The segment duration information
appears in the duration attribute of the SegmentTemplate element.CmafWriteSegmentTimelineInRepresentation
public CmafGroupSettings withWriteSegmentTimelineInRepresentation(CmafWriteSegmentTimelineInRepresentation writeSegmentTimelineInRepresentation)
writeSegmentTimelineInRepresentation
- When you enable Precise segment duration in DASH manifests (writeSegmentTimelineInRepresentation), your
DASH manifest shows precise segment durations. The segment duration information appears inside the
SegmentTimeline element, inside SegmentTemplate at the Representation level. When this feature isn't
enabled, the segment durations in your DASH manifest are approximate. The segment duration information
appears in the duration attribute of the SegmentTemplate element.CmafWriteSegmentTimelineInRepresentation
public String toString()
toString
in class Object
Object.toString()
public CmafGroupSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.