共用方式為


MediaStatsCollector interface

媒體統計數據收集器。

方法

dispose()

處置收集器。

off("sampleReported", MediaStatsReportSampleEvent)

取消訂閱原始 mediaStatsReport 事件的函式。

off("summaryReported", MediaStatsReportSummaryEvent)

MediaStatsReportSummary 事件的取消訂閱函式。

on("sampleReported", MediaStatsReportSampleEvent)

MediaStatsReportSample 事件的訂閱函式。

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 事件的訂閱函式。

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,用來訂閱此事件