Values.DashDvbMetricsReportingSourceFor use with DVB-DASH profiles only. The settings for error reporting from the playback device that you want Elemental MediaPackage to pass through to the manifest.
type nonrec t = {reportingUrl : DashDvbMetricsReportingReportingUrlString.t;The URL where playback devices send error reports.
*)probability : DashDvbMetricsReportingProbabilityInteger.t option;The number of playback devices per 1000 that will send error reports to the reporting URL. This represents the probability that a playback device will be a reporting player for this session.
*)}val make :
?probability:??? ->
reportingUrl:DashDvbMetricsReportingReportingUrlString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of DashDvbMetricsReportingProbabilityInteger.t
| `String of DashDvbMetricsReportingReportingUrlString.t ])
list ]