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 StringIndicates additional parameters of the command, for example, the percentage amount of volume increase/decrease in the case of volume up/down.static final StringThe requestedAudioVideoCommandNumber.static final Stringtrue if custom repeat mode is supported; false otherwise.static final Stringtrue if custom shuffle mode is supported; false otherwise.static final StringCurrentAudioDeviceStateof the music player.static final StringNumber of seconds in the current track.static final StringCurrentAudioRepeatStateof the music player.static final StringCurrentAudioShuffleStateof the music player.static final StringThe total time of the current track.static final StringThe 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_whatUPDATEAUDIOSTATUSevent.- See Also:
-
MSG_CONTROLS_EVENTORCMD_AUDIOSTATUS_PARAM_intTOTALTRACKTIME
The total time of the current track. Sent in theAntPlusAudioControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatUPDATEAUDIOSTATUSevent.- See Also:
-
MSG_CONTROLS_EVENTORCMD_AUDIOSTATUS_PARAM_intCURRENTTRACKTIME
Number of seconds in the current track. Sent in theAntPlusAudioControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatUPDATEAUDIOSTATUSevent.- See Also:
-
MSG_CONTROLS_EVENTORCMD_AUDIOSTATUS_PARAM_boolCUSTOMREPEATMODESUPPORTED
true if custom repeat mode is supported; false otherwise. Sent in theAntPlusAudioControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatSETAUDIOCAPABILITIESevent.- See Also:
-
MSG_CONTROLS_EVENTORCMD_AUDIOSTATUS_PARAM_boolCUSTOMSHUFFLEMODESUPPORTED
true if custom shuffle mode is supported; false otherwise. Sent in theAntPlusAudioControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatSETAUDIOCAPABILITIESevent.- See Also:
-
MSG_CONTROLS_EVENTORCMD_AUDIOSTATUS_PARAM_intAUDIOSTATE
CurrentAudioDeviceStateof the music player. Sent in theAntPlusAudioControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatSETAUDIOCAPABILITIESevent.- See Also:
-
MSG_CONTROLS_EVENTORCMD_AUDIOSTATUS_PARAM_intREPEATSTATE
CurrentAudioRepeatStateof the music player. Sent in theAntPlusAudioControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatSETAUDIOCAPABILITIESevent.- See Also:
-
MSG_CONTROLS_EVENTORCMD_AUDIOSTATUS_PARAM_intSHUFFLESTATE
CurrentAudioShuffleStateof the music player. Sent in theAntPlusAudioControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatSETAUDIOCAPABILITIESevent.- 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_whatAUDIOCOMMANDcommand.- See Also:
-
MSG_CONTROLS_EVENTORCMD_AUDIOCOMMAND_PARAM_intCOMMANDNUMBER
The requestedAudioVideoCommandNumber. Sent in theAntPlusAudioControllableDevicePcc.IpcDefines.MSG_EVENT_CONTROLS_whatAUDIOCOMMANDcommand.- See Also:
-
-
Constructor Details
-
AudioCommonIpcDefines
public AudioCommonIpcDefines()
-