Show / Hide Table of Contents

Interface CfnOriginEndpointPropsMixin.IDashManifestConfigurationProperty

The DASH manifest configuration associated with the origin endpoint.

Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnOriginEndpointPropsMixin.IDashManifestConfigurationProperty
Syntax (vb)
Public Interface CfnOriginEndpointPropsMixin.IDashManifestConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins;

             var dashManifestConfigurationProperty = new DashManifestConfigurationProperty {
                 BaseUrls = new [] { new DashBaseUrlProperty {
                     DvbPriority = 123,
                     DvbWeight = 123,
                     ServiceLocation = "serviceLocation",
                     Url = "url"
                 } },
                 Compactness = "compactness",
                 DrmSignaling = "drmSignaling",
                 DvbSettings = new DashDvbSettingsProperty {
                     ErrorMetrics = new [] { new DashDvbMetricsReportingProperty {
                         Probability = 123,
                         ReportingUrl = "reportingUrl"
                     } },
                     FontDownload = new DashDvbFontDownloadProperty {
                         FontFamily = "fontFamily",
                         MimeType = "mimeType",
                         Url = "url"
                     }
                 },
                 FilterConfiguration = new FilterConfigurationProperty {
                     ClipStartTime = "clipStartTime",
                     End = "end",
                     ManifestFilter = "manifestFilter",
                     Start = "start",
                     TimeDelaySeconds = 123
                 },
                 ManifestName = "manifestName",
                 ManifestWindowSeconds = 123,
                 MinBufferTimeSeconds = 123,
                 MinUpdatePeriodSeconds = 123,
                 PeriodTriggers = new [] { "periodTriggers" },
                 Profiles = new [] { "profiles" },
                 ProgramInformation = new DashProgramInformationProperty {
                     Copyright = "copyright",
                     LanguageCode = "languageCode",
                     MoreInformationUrl = "moreInformationUrl",
                     Source = "source",
                     Title = "title"
                 },
                 ScteDash = new ScteDashProperty {
                     AdMarkerDash = "adMarkerDash"
                 },
                 SegmentTemplateFormat = "segmentTemplateFormat",
                 SubtitleConfiguration = new DashSubtitleConfigurationProperty {
                     TtmlConfiguration = new DashTtmlConfigurationProperty {
                         TtmlProfile = "ttmlProfile"
                     }
                 },
                 SuggestedPresentationDelaySeconds = 123,
                 UtcTiming = new DashUtcTimingProperty {
                     TimingMode = "timingMode",
                     TimingSource = "timingSource"
                 }
             };

Synopsis

Properties

BaseUrls

The base URLs to use for retrieving segments.

Compactness

The layout of the DASH manifest that MediaPackage produces.

DrmSignaling

Determines how the DASH manifest signals the DRM content.

DvbSettings

For endpoints that use the DVB-DASH profile only.

FilterConfiguration

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.

ManifestName

A short string that's appended to the endpoint URL.

ManifestWindowSeconds

The total duration (in seconds) of the manifest's content.

MinBufferTimeSeconds

Minimum amount of content (in seconds) that a player must keep available in the buffer.

MinUpdatePeriodSeconds

Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.

PeriodTriggers

A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods.

Profiles

The profile that the output is compliant with.

ProgramInformation

Details about the content that you want MediaPackage to pass through in the manifest to the playback device.

ScteDash

The SCTE configuration.

SegmentTemplateFormat

Determines the type of variable used in the media URL of the SegmentTemplate tag in the manifest.

SubtitleConfiguration

The configuration for DASH subtitles.

SuggestedPresentationDelaySeconds

The amount of time (in seconds) that the player should be from the end of the manifest.

UtcTiming

Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).

Properties

BaseUrls

The base URLs to use for retrieving segments.

object? BaseUrls { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-baseurls

Type union: either IResolvable or (either IResolvable or CfnOriginEndpointPropsMixin.IDashBaseUrlProperty)[]

Compactness

The layout of the DASH manifest that MediaPackage produces.

string? Compactness { get; }
Property Value

string

Remarks

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-compactness

DrmSignaling

Determines how the DASH manifest signals the DRM content.

string? DrmSignaling { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-drmsignaling

DvbSettings

For endpoints that use the DVB-DASH profile only.

object? DvbSettings { get; }
Property Value

object

Remarks

The font download and error reporting information that you want MediaPackage to pass through to the manifest.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-dvbsettings

Type union: either IResolvable or CfnOriginEndpointPropsMixin.IDashDvbSettingsProperty

FilterConfiguration

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.

object? FilterConfiguration { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-filterconfiguration

Type union: either IResolvable or CfnOriginEndpointPropsMixin.IFilterConfigurationProperty

ManifestName

A short string that's appended to the endpoint URL.

string? ManifestName { get; }
Property Value

string

Remarks

The child manifest name creates a unique path to this endpoint.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-manifestname

ManifestWindowSeconds

The total duration (in seconds) of the manifest's content.

double? ManifestWindowSeconds { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-manifestwindowseconds

MinBufferTimeSeconds

Minimum amount of content (in seconds) that a player must keep available in the buffer.

double? MinBufferTimeSeconds { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-minbuffertimeseconds

MinUpdatePeriodSeconds

Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.

double? MinUpdatePeriodSeconds { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-minupdateperiodseconds

PeriodTriggers

A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods.

string[]? PeriodTriggers { get; }
Property Value

string[]

Remarks

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-periodtriggers

Profiles

The profile that the output is compliant with.

string[]? Profiles { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-profiles

ProgramInformation

Details about the content that you want MediaPackage to pass through in the manifest to the playback device.

object? ProgramInformation { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-programinformation

Type union: either IResolvable or CfnOriginEndpointPropsMixin.IDashProgramInformationProperty

ScteDash

The SCTE configuration.

object? ScteDash { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-sctedash

Type union: either IResolvable or CfnOriginEndpointPropsMixin.IScteDashProperty

SegmentTemplateFormat

Determines the type of variable used in the media URL of the SegmentTemplate tag in the manifest.

string? SegmentTemplateFormat { get; }
Property Value

string

Remarks

Also specifies if segment timeline information is included in SegmentTimeline or SegmentTemplate .

Value description:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-segmenttemplateformat

    SubtitleConfiguration

    The configuration for DASH subtitles.

    object? SubtitleConfiguration { get; }
    Property Value

    object

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-subtitleconfiguration

    Type union: either IResolvable or CfnOriginEndpointPropsMixin.IDashSubtitleConfigurationProperty

    SuggestedPresentationDelaySeconds

    The amount of time (in seconds) that the player should be from the end of the manifest.

    double? SuggestedPresentationDelaySeconds { get; }
    Property Value

    double?

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-suggestedpresentationdelayseconds

    UtcTiming

    Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).

    object? UtcTiming { get; }
    Property Value

    object

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-utctiming

    Type union: either IResolvable or CfnOriginEndpointPropsMixin.IDashUtcTimingProperty

    Back to top Generated by DocFX