public static final class CfnPackagingConfiguration.CmafPackageProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPackagingConfiguration.CmafPackageProperty
CfnPackagingConfiguration.CmafPackageProperty
CfnPackagingConfiguration.CmafPackageProperty.Builder, CfnPackagingConfiguration.CmafPackageProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getEncryption()
Parameters for encrypting content.
|
java.lang.Object |
getHlsManifests()
A list of HLS manifest configurations that are available from this endpoint.
|
java.lang.Object |
getIncludeEncoderConfigurationInSegments()
When includeEncoderConfigurationInSegments is set to true, MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment.
|
java.lang.Number |
getSegmentDurationSeconds()
Duration (in seconds) of each segment.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getHlsManifests()
CfnPackagingConfiguration.CmafPackageProperty
getHlsManifests
in interface CfnPackagingConfiguration.CmafPackageProperty
public final java.lang.Object getEncryption()
CfnPackagingConfiguration.CmafPackageProperty
getEncryption
in interface CfnPackagingConfiguration.CmafPackageProperty
public final java.lang.Object getIncludeEncoderConfigurationInSegments()
CfnPackagingConfiguration.CmafPackageProperty
This lets you use different SPS/PPS/VPS settings for your assets during content playback.
getIncludeEncoderConfigurationInSegments
in interface CfnPackagingConfiguration.CmafPackageProperty
public final java.lang.Number getSegmentDurationSeconds()
CfnPackagingConfiguration.CmafPackageProperty
Actual segments are rounded to the nearest multiple of the source fragment duration.
getSegmentDurationSeconds
in interface CfnPackagingConfiguration.CmafPackageProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()