MediaStatsCollector interface

媒体统计信息收集器。

方法

dispose()

释放收集器。

off("sampleReported", MediaStatsReportSampleEvent)

取消订阅原始 mediaStatsReport 事件的函数。

off("summaryReported", MediaStatsReportSummaryEvent)

取消订阅 MediaStatsReportSummary 事件的函数。

on("sampleReported", MediaStatsReportSampleEvent)

MediaStatsReportSample 事件的 Subscribe 函数。

on("summaryReported", MediaStatsReportSummaryEvent)

MediaStatsReportSummary 事件的 Subscribe 函数。

方法详细信息

dispose()

释放收集器。

function dispose()

off("sampleReported", MediaStatsReportSampleEvent)

取消订阅原始 mediaStatsReport 事件的函数。

function off(event: "sampleReported", listener: MediaStatsReportSampleEvent)

参数

event

"sampleReported"

事件名称

listener
MediaStatsReportSampleEvent

用于订阅此事件的回调 fn

off("summaryReported", MediaStatsReportSummaryEvent)

取消订阅 MediaStatsReportSummary 事件的函数。

function off(event: "summaryReported", listener: MediaStatsReportSummaryEvent)

参数

event

"summaryReported"

事件名称

listener
MediaStatsReportSummaryEvent

用于订阅此事件的回调 fn

on("sampleReported", MediaStatsReportSampleEvent)

MediaStatsReportSample 事件的 Subscribe 函数。

function on(event: "sampleReported", listener: MediaStatsReportSampleEvent)

参数

event

"sampleReported"

事件名称

listener
MediaStatsReportSampleEvent

用于订阅此事件的回调 fn

on("summaryReported", MediaStatsReportSummaryEvent)

MediaStatsReportSummary 事件的 Subscribe 函数。

function on(event: "summaryReported", listener: MediaStatsReportSummaryEvent)

参数

event

"summaryReported"

事件名称

listener
MediaStatsReportSummaryEvent

用于订阅此事件的回调 fn