MediaStatsCollector interface

جامع إحصائيات الوسائط.

الأساليب

dispose()

التخلص من المجمع.

off("sampleReported", MediaStatsReportSampleEvent)

دالة إلغاء الاشتراك لحدث mediaStatsReport الخام.

off("summaryReported", MediaStatsReportSummaryEvent)

دالة إلغاء الاشتراك لحدث MediaStatsReportSummary.

on("sampleReported", MediaStatsReportSampleEvent)

قم بالاشتراك في دالة لحدث MediaStatsReportSample.

on("summaryReported", MediaStatsReportSummaryEvent)

قم بالاشتراك في دالة لحدث MediaStatsReportSummary.

تفاصيل الأسلوب

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.

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

المعلمات

event

"summaryReported"

اسم الحدث

listener
MediaStatsReportSummaryEvent

fn رد الاتصال الذي تم استخدامه للاشتراك في هذا الحدث