Class AudioDeviceCapabilities

java.lang.Object
com.dsi.ant.plugins.antplus.pcc.controls.defines.AudioDeviceCapabilities

public class AudioDeviceCapabilities extends Object
Represents the capabilities of an audio device
  • Field Details

    • customRepeatModeSupport

      public boolean customRepeatModeSupport
      Indicates whether a custom repeat mode is supported
    • customShuffleModeSupport

      public boolean customShuffleModeSupport
      Indicates whether a custom shuffle mode is supported
  • Constructor Details

    • AudioDeviceCapabilities

      public AudioDeviceCapabilities()
  • Method Details

    • readFromBundle

      public static AudioDeviceCapabilities readFromBundle(android.os.Bundle b)
      Creates an instance from the data saved in a bundle written by writeToBundle(Bundle).
      Parameters:
      b - The bundle that contains the data.
      Returns:
      A new AudioDeviceCapabilities object containing all the data from the bundle
    • writeToBundle

      public void writeToBundle(android.os.Bundle b)
      Writes all the data in this object out to a bundle in a format that can be read by readFromBundle(Bundle).
      Parameters:
      b - The bundle to write the data to.