Class CfnOriginEndpoint.DashManifestConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpoint.DashManifestConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpoint.DashManifestConfigurationProperty
CfnOriginEndpoint.DashManifestConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.DashManifestConfigurationProperty
CfnOriginEndpoint.DashManifestConfigurationProperty.Builder, CfnOriginEndpoint.DashManifestConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.DashManifestConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The base URLs to use for retrieving segments.final String
The layout of the DASH manifest that MediaPackage produces.final String
Determines how the DASH manifest signals the DRM content.final Object
For endpoints that use the DVB-DASH profile only.final Object
Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.final String
A short string that's appended to the endpoint URL.final Number
The total duration (in seconds) of the manifest's content.final Number
Minimum amount of content (in seconds) that a player must keep available in the buffer.final Number
Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods.The profile that the output is compliant with.final Object
Details about the content that you want MediaPackage to pass through in the manifest to the playback device.final Object
The SCTE configuration.final String
Determines the type of variable used in themedia
URL of theSegmentTemplate
tag in the manifest.final Object
The configuration for DASH subtitles.final Number
The amount of time (in seconds) that the player should be from the end of the manifest.final Object
Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.DashManifestConfigurationProperty.Builder
.
-
-
Method Details
-
getManifestName
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
A short string that's appended to the endpoint URL.The child manifest name creates a unique path to this endpoint.
- Specified by:
getManifestName
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getBaseUrls
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
The base URLs to use for retrieving segments.- Specified by:
getBaseUrls
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getCompactness
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
The layout of the DASH manifest that MediaPackage produces.STANDARD
indicates a default manifest, which is compacted.NONE
indicates a full manifest.For information about compactness, see DASH manifest compactness in the AWS Elemental MediaPackage v2 User Guide .
- Specified by:
getCompactness
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getDrmSignaling
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
Determines how the DASH manifest signals the DRM content.- Specified by:
getDrmSignaling
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getDvbSettings
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
For endpoints that use the DVB-DASH profile only.The font download and error reporting information that you want MediaPackage to pass through to the manifest.
- Specified by:
getDvbSettings
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getFilterConfiguration
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.- Specified by:
getFilterConfiguration
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getManifestWindowSeconds
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
The total duration (in seconds) of the manifest's content.- Specified by:
getManifestWindowSeconds
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getMinBufferTimeSeconds
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
Minimum amount of content (in seconds) that a player must keep available in the buffer.- Specified by:
getMinBufferTimeSeconds
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getMinUpdatePeriodSeconds
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.- Specified by:
getMinUpdatePeriodSeconds
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getPeriodTriggers
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods.Type
ADS
to indicate that AWS Elemental MediaPackage must create periods in the output manifest that correspond to SCTE-35 ad markers in the input source. Leave this value empty to indicate that the manifest is contained all in one period. For more information about periods in the DASH manifest, see Multi-period DASH in AWS Elemental MediaPackage .- Specified by:
getPeriodTriggers
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getProfiles
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
The profile that the output is compliant with.- Specified by:
getProfiles
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getProgramInformation
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
Details about the content that you want MediaPackage to pass through in the manifest to the playback device.- Specified by:
getProgramInformation
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getScteDash
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
The SCTE configuration.- Specified by:
getScteDash
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getSegmentTemplateFormat
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
Determines the type of variable used in themedia
URL of theSegmentTemplate
tag in the manifest.Also specifies if segment timeline information is included in
SegmentTimeline
orSegmentTemplate
.Value description:
NUMBER_WITH_TIMELINE
- The$Number$
variable is used in themedia
URL. The value of this variable is the sequential number of the segment. A fullSegmentTimeline
object is presented in eachSegmentTemplate
.
- Specified by:
getSegmentTemplateFormat
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getSubtitleConfiguration
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
The configuration for DASH subtitles.- Specified by:
getSubtitleConfiguration
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getSuggestedPresentationDelaySeconds
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
The amount of time (in seconds) that the player should be from the end of the manifest.- Specified by:
getSuggestedPresentationDelaySeconds
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getUtcTiming
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).- Specified by:
getUtcTiming
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-