Class DashDvbMetricsReporting
(experimental) For use with DVB-DASH profiles only.
Implements
Inherited Members
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
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
Remarks
Stability: Experimental