Class CfnOriginEndpointPropsMixin.DashDvbMetricsReportingProperty
For use with DVB-DASH profiles only.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaPackageV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnOriginEndpointPropsMixin.DashDvbMetricsReportingProperty : CfnOriginEndpointPropsMixin.IDashDvbMetricsReportingProperty
Syntax (vb)
Public Class CfnOriginEndpointPropsMixin.DashDvbMetricsReportingProperty Implements CfnOriginEndpointPropsMixin.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.CfnPropertyMixins.AWS.MediaPackageV2;
var dashDvbMetricsReportingProperty = new DashDvbMetricsReportingProperty {
Probability = 123,
ReportingUrl = "reportingUrl"
};
Synopsis
Constructors
| DashDvbMetricsReportingProperty() | For use with DVB-DASH profiles only. |
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. |
Constructors
DashDvbMetricsReportingProperty()
For use with DVB-DASH profiles only.
public DashDvbMetricsReportingProperty()
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.CfnPropertyMixins.AWS.MediaPackageV2;
var dashDvbMetricsReportingProperty = new DashDvbMetricsReportingProperty {
Probability = 123,
ReportingUrl = "reportingUrl"
};
Properties
Probability
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.
ReportingUrl
The URL where playback devices send error reports.
public string? ReportingUrl { get; set; }