Class BtInsightConstants.AudioState

  • Enclosing class:
    BtInsightConstants

    public static class BtInsightConstants.AudioState
    extends java.lang.Object
    Represents state of audio(SCO/Media) w.r.t remote device
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int STARTED
      Represents that audio is playing or started
      static int STOPPED
      Represents that audio is paused or stopped
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • STOPPED

        public static final int STOPPED
        Represents that audio is paused or stopped
        See Also:
        Constant Field Values
      • STARTED

        public static final int STARTED
        Represents that audio is playing or started
        See Also:
        Constant Field Values