PlaybackMeasurementCollector

public interface PlaybackMeasurementCollector


Collects playback metrics for a given Player. These metrics are used to evaluate and optimize SDK performance as well as scheduling ads. Construct the collector using ImaSdkFactory.createPlaybackMeasurementCollector(Player player) immediately after instantiating the player. Release it when you release the player.

Summary

Public methods

abstract void

Releases any resources used by the collector.

Public methods

release

abstract void release()

Releases any resources used by the collector.