Class AntPlusVideoControllableDevicePcc.IpcDefines
java.lang.Object
com.dsi.ant.plugins.antplus.pcc.controls.AntPlusVideoControllableDevicePcc.IpcDefines
- Enclosing class:
- AntPlusVideoControllableDevicePcc
Defines the keys and values used to communicate between the PCC and plugin.
User code should never have to reference these defines.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIndicates whether the device supports video playback (true) or not (false) Sent in theMSG_CMD_CONTROLS_whatSETVIDEOCAPABILITIEScommand.static final StringIndicates whether the device supports video recording (true) or not (false) Sent in theMSG_CMD_CONTROLS_whatSETVIDEOCAPABILITIEScommand.static final StringLast receivedAudioVideoCommandNumberSent in theMSG_CMD_CONTROLS_whatUPDATEVIDEOCOMMANDSTATUScommand.static final StringThis indicates theCommandStatusof the last received command (e.g.static final StringSequence number of the last received command.static final intSet the capabilities of the video devicestatic final intConfirm the status of video commands received from a remote control device.static final intUpdate the status of the video devicestatic final StringSequence number which increments with each new command Sent in theMSG_EVENT_CONTROLS_whatVIDEOCOMMANDevent.static final StringThe serial number of the remote control device.static final intCommands sent by a remote control to initiate an action on a video device. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MSG_EVENT_CONTROLS_whatVIDEOCOMMAND
public static final int MSG_EVENT_CONTROLS_whatVIDEOCOMMANDCommands sent by a remote control to initiate an action on a video device.- See Also:
-
MSG_EVENT_CONTROLS_VIDEOCOMMAND_PARAM_intSERIALNUMBER
The serial number of the remote control device. Sent in theMSG_EVENT_CONTROLS_whatVIDEOCOMMANDevent.- See Also:
-
MSG_EVENT_CONTROLS_VIDEOCOMMAND_PARAM_intSEQUENCENUMBER
Sequence number which increments with each new command Sent in theMSG_EVENT_CONTROLS_whatVIDEOCOMMANDevent.- See Also:
-
MSG_CMD_CONTROLS_whatUPDATEVIDEOCOMMANDSTATUS
public static final int MSG_CMD_CONTROLS_whatUPDATEVIDEOCOMMANDSTATUSConfirm the status of video commands received from a remote control device.- See Also:
-
MSG_CMD_CONTROLS_UPDATEVIDEOCOMMANDSTATUS_PARAM_intSEQUENCENUMBER
Sequence number of the last received command. Sent in theMSG_CMD_CONTROLS_whatUPDATEVIDEOCOMMANDSTATUScommand.- See Also:
-
MSG_CMD_CONTROLS_UPDATEVIDEOCOMMANDSTATUS_PARAM_intCOMMANDSTATUS
This indicates theCommandStatusof the last received command (e.g. indicate whether it was processed/supported or not). Sent in theMSG_CMD_CONTROLS_whatUPDATEVIDEOCOMMANDSTATUScommand.- See Also:
-
MSG_CMD_CONTROLS_UPDATEVIDEOCOMMANDSTATUS_PARAM_intCOMMANDNUMBER
Last receivedAudioVideoCommandNumberSent in theMSG_CMD_CONTROLS_whatUPDATEVIDEOCOMMANDSTATUScommand.- See Also:
-
MSG_CMD_CONTROLS_whatSETVIDEOCAPABILITIES
public static final int MSG_CMD_CONTROLS_whatSETVIDEOCAPABILITIESSet the capabilities of the video device- See Also:
-
MSG_CMD_CONTROLS_SETVIDEOCAPABILITIES_PARAM_boolVIDEOPLAYBACKSUPPORT
Indicates whether the device supports video playback (true) or not (false) Sent in theMSG_CMD_CONTROLS_whatSETVIDEOCAPABILITIEScommand.- See Also:
-
MSG_CMD_CONTROLS_SETVIDEOCAPABILITIES_PARAM_boolVIDEORECORDERSUPPORT
Indicates whether the device supports video recording (true) or not (false) Sent in theMSG_CMD_CONTROLS_whatSETVIDEOCAPABILITIEScommand.- See Also:
-
MSG_CMD_CONTROLS_whatUPDATEVIDEOSTATUS
public static final int MSG_CMD_CONTROLS_whatUPDATEVIDEOSTATUSUpdate the status of the video device- See Also:
-
-
Constructor Details
-
IpcDefines
public IpcDefines()
-