Package com.zebra.bluetooth.btinsightlib
Class BtInsightConstants.AudioState
- java.lang.Object
-
- com.zebra.bluetooth.btinsightlib.BtInsightConstants.AudioState
-
- Enclosing class:
- BtInsightConstants
public static class BtInsightConstants.AudioState extends java.lang.ObjectRepresents state of audio(SCO/Media) w.r.t remote device
-
-
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
-
-