Class SelectedQualityMetric

java.lang.Object
com.castlabs.sdk.debug.metric.Metric
com.castlabs.sdk.debug.metric.SelectedQualityMetric
All Implemented Interfaces:
TrackSelectionListener

public class SelectedQualityMetric extends Metric implements TrackSelectionListener
Provides a Metric of the currently selected Video quality.
Since:
4.2.0
  • Constructor Details

    • SelectedQualityMetric

      public SelectedQualityMetric(int color, com.github.mikephil.charting.components.YAxis.AxisDependency axisDependency)
      Creates a new instance of SelectedQualityMetric with the specified color and axis dependency.
      Parameters:
      color - The color for the metric line.
      axisDependency - The axis dependency for the metric.
  • Method Details