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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.DashManifestConfigurationProperty
CfnOriginEndpoint.DashManifestConfigurationProperty.Builder, CfnOriginEndpoint.DashManifestConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.DashManifestConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe base URLs to use for retrieving segments.final StringThe layout of the DASH manifest that MediaPackage produces.final StringDetermines how the DASH manifest signals the DRM content.final ObjectFor endpoints that use the DVB-DASH profile only.final ObjectFilter 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 StringA short string that's appended to the endpoint URL.final NumberThe total duration (in seconds) of the manifest's content.final NumberMinimum amount of content (in seconds) that a player must keep available in the buffer.final NumberMinimum 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 ObjectDetails about the content that you want MediaPackage to pass through in the manifest to the playback device.final ObjectThe SCTE configuration.final StringDetermines the type of variable used in themediaURL of theSegmentTemplatetag in the manifest.final ObjectThe configuration for DASH subtitles.final NumberThe amount of time (in seconds) that the player should be from the end of the manifest.final ObjectDetermines the type of UTC timing included in the DASH Media Presentation Description (MPD).final inthashCode()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.DashManifestConfigurationPropertyA short string that's appended to the endpoint URL.The child manifest name creates a unique path to this endpoint.
- Specified by:
getManifestNamein interfaceCfnOriginEndpoint.DashManifestConfigurationProperty- See Also:
-
getBaseUrls
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationPropertyThe base URLs to use for retrieving segments.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnOriginEndpoint.DashBaseUrlProperty>- Specified by:
getBaseUrlsin interfaceCfnOriginEndpoint.DashManifestConfigurationProperty- See Also:
-
getCompactness
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationPropertyThe layout of the DASH manifest that MediaPackage produces.STANDARDindicates a default manifest, which is compacted.NONEindicates a full manifest.For information about compactness, see DASH manifest compactness in the AWS Elemental MediaPackage v2 User Guide .
- Specified by:
getCompactnessin interfaceCfnOriginEndpoint.DashManifestConfigurationProperty- See Also:
-
getDrmSignaling
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationPropertyDetermines how the DASH manifest signals the DRM content.- Specified by:
getDrmSignalingin interfaceCfnOriginEndpoint.DashManifestConfigurationProperty- See Also:
-
getDvbSettings
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationPropertyFor 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.
Returns union: either
IResolvableorCfnOriginEndpoint.DashDvbSettingsProperty- Specified by:
getDvbSettingsin interfaceCfnOriginEndpoint.DashManifestConfigurationProperty- See Also:
-
getFilterConfiguration
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationPropertyFilter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.Returns union: either
IResolvableorCfnOriginEndpoint.FilterConfigurationProperty- Specified by:
getFilterConfigurationin interfaceCfnOriginEndpoint.DashManifestConfigurationProperty- See Also:
-
getManifestWindowSeconds
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationPropertyThe total duration (in seconds) of the manifest's content.- Specified by:
getManifestWindowSecondsin interfaceCfnOriginEndpoint.DashManifestConfigurationProperty- See Also:
-
getMinBufferTimeSeconds
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationPropertyMinimum amount of content (in seconds) that a player must keep available in the buffer.- Specified by:
getMinBufferTimeSecondsin interfaceCfnOriginEndpoint.DashManifestConfigurationProperty- See Also:
-
getMinUpdatePeriodSeconds
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationPropertyMinimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.- Specified by:
getMinUpdatePeriodSecondsin interfaceCfnOriginEndpoint.DashManifestConfigurationProperty- See Also:
-
getPeriodTriggers
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationPropertyA list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods.Type
ADSto 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:
getPeriodTriggersin interfaceCfnOriginEndpoint.DashManifestConfigurationProperty- See Also:
-
getProfiles
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationPropertyThe profile that the output is compliant with.- Specified by:
getProfilesin interfaceCfnOriginEndpoint.DashManifestConfigurationProperty- See Also:
-
getProgramInformation
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationPropertyDetails about the content that you want MediaPackage to pass through in the manifest to the playback device.Returns union: either
IResolvableorCfnOriginEndpoint.DashProgramInformationProperty- Specified by:
getProgramInformationin interfaceCfnOriginEndpoint.DashManifestConfigurationProperty- See Also:
-
getScteDash
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationPropertyThe SCTE configuration.Returns union: either
IResolvableorCfnOriginEndpoint.ScteDashProperty- Specified by:
getScteDashin interfaceCfnOriginEndpoint.DashManifestConfigurationProperty- See Also:
-
getSegmentTemplateFormat
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationPropertyDetermines the type of variable used in themediaURL of theSegmentTemplatetag in the manifest.Also specifies if segment timeline information is included in
SegmentTimelineorSegmentTemplate.Value description:
NUMBER_WITH_TIMELINE- The$Number$variable is used in themediaURL. The value of this variable is the sequential number of the segment. A fullSegmentTimelineobject is presented in eachSegmentTemplate.
- Specified by:
getSegmentTemplateFormatin interfaceCfnOriginEndpoint.DashManifestConfigurationProperty- See Also:
-
getSubtitleConfiguration
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationPropertyThe configuration for DASH subtitles.Returns union: either
IResolvableorCfnOriginEndpoint.DashSubtitleConfigurationProperty- Specified by:
getSubtitleConfigurationin interfaceCfnOriginEndpoint.DashManifestConfigurationProperty- See Also:
-
getSuggestedPresentationDelaySeconds
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationPropertyThe amount of time (in seconds) that the player should be from the end of the manifest.- Specified by:
getSuggestedPresentationDelaySecondsin interfaceCfnOriginEndpoint.DashManifestConfigurationProperty- See Also:
-
getUtcTiming
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationPropertyDetermines the type of UTC timing included in the DASH Media Presentation Description (MPD).Returns union: either
IResolvableorCfnOriginEndpoint.DashUtcTimingProperty- Specified by:
getUtcTimingin interfaceCfnOriginEndpoint.DashManifestConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-