Compartir a través de


MediaStatsCollector interface

Recopilador de estadísticas multimedia.

Métodos

dispose()

Eliminar recopilador.

off("sampleReported", MediaStatsReportSampleEvent)

Cancelar la suscripción de la función para el evento mediaStatsReport sin procesar.

off("summaryReported", MediaStatsReportSummaryEvent)

Función Unsubscribe para el evento MediaStatsReportSummary.

on("sampleReported", MediaStatsReportSampleEvent)

Función Subscribe para el evento MediaStatsReportSample.

on("summaryReported", MediaStatsReportSummaryEvent)

Función Subscribe para el evento MediaStatsReportSummary.

Detalles del método

dispose()

Eliminar recopilador.

function dispose()

off("sampleReported", MediaStatsReportSampleEvent)

Cancelar la suscripción de la función para el evento mediaStatsReport sin procesar.

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

Parámetros

event

"sampleReported"

nombre del evento

listener
MediaStatsReportSampleEvent

callback fn que se usó para suscribirse a este evento

off("summaryReported", MediaStatsReportSummaryEvent)

Función Unsubscribe para el evento MediaStatsReportSummary.

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

Parámetros

event

"summaryReported"

nombre del evento

listener
MediaStatsReportSummaryEvent

callback fn que se usó para suscribirse a este evento

on("sampleReported", MediaStatsReportSampleEvent)

Función Subscribe para el evento MediaStatsReportSample.

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

Parámetros

event

"sampleReported"

nombre del evento

listener
MediaStatsReportSampleEvent

callback fn que se usó para suscribirse a este evento

on("summaryReported", MediaStatsReportSummaryEvent)

Función Subscribe para el evento MediaStatsReportSummary.

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

Parámetros

event

"summaryReported"

nombre del evento

listener
MediaStatsReportSummaryEvent

callback fn que se usó para suscribirse a este evento