Package com.castlabs.sdk.debug.metric
Class PlayingQualityMetric
java.lang.Object
com.castlabs.sdk.debug.metric.Metric
com.castlabs.sdk.debug.metric.PlayingQualityMetric
Provides a Metric of the currently playing Video quality
- Since:
- 4.2.0
-
Nested Class Summary
Nested classes/interfaces inherited from class com.castlabs.sdk.debug.metric.Metric
Metric.Plotter
-
Constructor Summary
ConstructorsConstructorDescriptionPlayingQualityMetric
(int color, com.github.mikephil.charting.components.YAxis.AxisDependency axisDependency) Creates a new instance of PlayingQualityMetric with the specified color and axis dependency. -
Method Summary
Methods inherited from class com.castlabs.sdk.debug.metric.Metric
attach, detach, getDataSet
-
Constructor Details
-
PlayingQualityMetric
public PlayingQualityMetric(int color, com.github.mikephil.charting.components.YAxis.AxisDependency axisDependency) Creates a new instance of PlayingQualityMetric with the specified color and axis dependency.- Parameters:
color
- color that this Metric should be drawn inaxisDependency
- to which vertical axis bind the data from this Metric
-