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.
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
Remarks
This represents the probability that a playback device will be a reporting player for this session.
ReportingUrl
The URL where playback devices send error reports.
string ReportingUrl { get; }