Show / Hide Table of Contents

Class DashDvbMetricsReporting

(experimental) For use with DVB-DASH profiles only.

Inheritance
object
DashDvbMetricsReporting
Implements
IDashDvbMetricsReporting
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaPackageV2.Alpha
Assembly: Amazon.CDK.AWS.MediaPackageV2.Alpha.dll
Syntax (csharp)
public class DashDvbMetricsReporting : IDashDvbMetricsReporting
Syntax (vb)
Public Class DashDvbMetricsReporting Implements IDashDvbMetricsReporting
Remarks

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

Stability: Experimental

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.Alpha;

             var dashDvbMetricsReporting = new DashDvbMetricsReporting {
                 ReportingUrl = "reportingUrl",

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

Synopsis

Constructors

DashDvbMetricsReporting()

(experimental) For use with DVB-DASH profiles only.

Properties

Probability

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

ReportingUrl

(experimental) The URL where playback devices send error reports.

Constructors

DashDvbMetricsReporting()

(experimental) For use with DVB-DASH profiles only.

public DashDvbMetricsReporting()
Remarks

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

Stability: Experimental

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.Alpha;

             var dashDvbMetricsReporting = new DashDvbMetricsReporting {
                 ReportingUrl = "reportingUrl",

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

Properties

Probability

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

public double? Probability { get; set; }
Property Value

double?

Remarks

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

Default: - No probability specified

Stability: Experimental

ReportingUrl

(experimental) The URL where playback devices send error reports.

public string ReportingUrl { get; set; }
Property Value

string

Remarks

Stability: Experimental

Implements

IDashDvbMetricsReporting
Back to top Generated by DocFX