Package com.castlabs.sdk.debug.metric
Class ChunkDownloadTimeMetric
java.lang.Object
com.castlabs.sdk.debug.metric.Metric
com.castlabs.sdk.debug.metric.ChunkDownloadTimeMetric
Provides a Metric for the chunk download time.
- Since:
- 4.2.0
-
Nested Class Summary
Nested classes/interfaces inherited from class com.castlabs.sdk.debug.metric.Metric
Metric.Plotter
-
Field Summary
-
Constructor Summary
ConstructorDescriptionChunkDownloadTimeMetric
(int color, com.github.mikephil.charting.components.YAxis.AxisDependency axisDependency, int mode) -
Method Summary
Methods inherited from class com.castlabs.sdk.debug.metric.Metric
attach, detach, getDataSet
-
Field Details
-
MODE_VIDEO
public static final int MODE_VIDEO- See Also:
-
MODE_AUDIO
public static final int MODE_AUDIO- See Also:
-
-
Constructor Details
-
ChunkDownloadTimeMetric
public ChunkDownloadTimeMetric(int color, com.github.mikephil.charting.components.YAxis.AxisDependency axisDependency, int mode) - Parameters:
color
- color that this Metric should be drawn inaxisDependency
- to which vertical axis bind the data from this Metricmode
- whether to get the Metric forMODE_AUDIO
orMODE_VIDEO
-