PlayerStats
Used to collect statistics on the currently playing media resource.
public class PlayerStats {
private long mNativeHandle = 0;
private boolean mIsNativeOwner = true;
}
- Since
- Available since v4.4.0.
Used to collect statistics on the currently playing media resource.
public class PlayerStats {
private long mNativeHandle = 0;
private boolean mIsNativeOwner = true;
}