getStats

Retrieves statistics of the currently playing media resource.

public void getStats(PlayerGetStatsCallback callback)
Since
Available since v4.4.0.

This method asynchronously returns player statistics via callback.

Timing

This method must be called after openWithUrl.

Parameters

callback
Callback interface for asynchronously receiving statistics and error information. See PlayerGetStatsCallback.