Show / Hide Table of Contents

Interface CfnOriginEndpoint.IDashDvbMetricsReportingProperty

For use with DVB-DASH profiles only.

Namespace: Amazon.CDK.AWS.MediaPackageV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnOriginEndpoint.IDashDvbMetricsReportingProperty
Syntax (vb)
Public Interface CfnOriginEndpoint.IDashDvbMetricsReportingProperty
Remarks

The settings for error reporting from the playback device that you want AWS Elemental MediaPackage to pass through to the manifest.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbmetricsreporting.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.AWS.MediaPackageV2;

             var dashDvbMetricsReportingProperty = new DashDvbMetricsReportingProperty {
                 ReportingUrl = "reportingUrl",

                 // the properties below are optional
                 Probability = 123
             };

Synopsis

Properties

Probability

The number of playback devices per 1000 that will send error reports to the reporting URL.

ReportingUrl

The URL where playback devices send error reports.

Properties

Probability

The number of playback devices per 1000 that will send error reports to the reporting URL.

double? Probability { get; }
Property Value

double?

Remarks

This represents the probability that a playback device will be a reporting player for this session.

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

ReportingUrl

The URL where playback devices send error reports.

string ReportingUrl { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX