Class AudioCommonIpcDefines
java.lang.Object
com.dsi.ant.plugins.antplus.pcc.controls.defines.AudioCommonIpcDefines
Defines for IPC with audio controllable/remote control service
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Indicates additional parameters of the command, for example, the percentage amount of volume increase/decrease in the case of volume up/down.static final String
The requestedAudioVideoCommandNumber
.static final String
true if custom repeat mode is supported; false otherwise.static final String
true if custom shuffle mode is supported; false otherwise.static final String
CurrentAudioDeviceState
of the music player.static final String
Number of seconds in the current track.static final String
CurrentAudioRepeatState
of the music player.static final String
CurrentAudioShuffleState
of the music player.static final String
The total time of the current track.static final String
The volume given as a percentage. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MSG_CONTROLS_EVENTORCMD_AUDIOSTATUS_PARAM_intVOLUME
The volume given as a percentage. Sent in theAntPlusAudioControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatUPDATEAUDIOSTATUS
event.- See Also:
-
MSG_CONTROLS_EVENTORCMD_AUDIOSTATUS_PARAM_intTOTALTRACKTIME
The total time of the current track. Sent in theAntPlusAudioControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatUPDATEAUDIOSTATUS
event.- See Also:
-
MSG_CONTROLS_EVENTORCMD_AUDIOSTATUS_PARAM_intCURRENTTRACKTIME
Number of seconds in the current track. Sent in theAntPlusAudioControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatUPDATEAUDIOSTATUS
event.- See Also:
-
MSG_CONTROLS_EVENTORCMD_AUDIOSTATUS_PARAM_boolCUSTOMREPEATMODESUPPORTED
true if custom repeat mode is supported; false otherwise. Sent in theAntPlusAudioControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatSETAUDIOCAPABILITIES
event.- See Also:
-
MSG_CONTROLS_EVENTORCMD_AUDIOSTATUS_PARAM_boolCUSTOMSHUFFLEMODESUPPORTED
true if custom shuffle mode is supported; false otherwise. Sent in theAntPlusAudioControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatSETAUDIOCAPABILITIES
event.- See Also:
-
MSG_CONTROLS_EVENTORCMD_AUDIOSTATUS_PARAM_intAUDIOSTATE
CurrentAudioDeviceState
of the music player. Sent in theAntPlusAudioControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatSETAUDIOCAPABILITIES
event.- See Also:
-
MSG_CONTROLS_EVENTORCMD_AUDIOSTATUS_PARAM_intREPEATSTATE
CurrentAudioRepeatState
of the music player. Sent in theAntPlusAudioControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatSETAUDIOCAPABILITIES
event.- See Also:
-
MSG_CONTROLS_EVENTORCMD_AUDIOSTATUS_PARAM_intSHUFFLESTATE
CurrentAudioShuffleState
of the music player. Sent in theAntPlusAudioControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatSETAUDIOCAPABILITIES
event.- See Also:
-
MSG_CONTROLS_EVENTORCMD_AUDIOCOMMAND_PARAM_intCOMMANDDATA
Indicates additional parameters of the command, for example, the percentage amount of volume increase/decrease in the case of volume up/down. Sent in theAntPlusAudioControllableDevicePcc.IpcDefines.MSG_EVENT_CONTROLS_whatAUDIOCOMMAND
command.- See Also:
-
MSG_CONTROLS_EVENTORCMD_AUDIOCOMMAND_PARAM_intCOMMANDNUMBER
The requestedAudioVideoCommandNumber
. Sent in theAntPlusAudioControllableDevicePcc.IpcDefines.MSG_EVENT_CONTROLS_whatAUDIOCOMMAND
command.- See Also:
-
-
Constructor Details
-
AudioCommonIpcDefines
public AudioCommonIpcDefines()
-