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 String
Indicates whether the device supports video playback (true) or not (false) Sent in theMSG_CMD_CONTROLS_whatSETVIDEOCAPABILITIES
command.static final String
Indicates whether the device supports video recording (true) or not (false) Sent in theMSG_CMD_CONTROLS_whatSETVIDEOCAPABILITIES
command.static final String
Last receivedAudioVideoCommandNumber
Sent in theMSG_CMD_CONTROLS_whatUPDATEVIDEOCOMMANDSTATUS
command.static final String
This indicates theCommandStatus
of the last received command (e.g.static final String
Sequence number of the last received command.static final int
Set the capabilities of the video devicestatic final int
Confirm the status of video commands received from a remote control device.static final int
Update the status of the video devicestatic final String
Sequence number which increments with each new command Sent in theMSG_EVENT_CONTROLS_whatVIDEOCOMMAND
event.static final String
The serial number of the remote control device.static final int
Commands 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_whatVIDEOCOMMAND
event.- See Also:
-
MSG_EVENT_CONTROLS_VIDEOCOMMAND_PARAM_intSEQUENCENUMBER
Sequence number which increments with each new command Sent in theMSG_EVENT_CONTROLS_whatVIDEOCOMMAND
event.- 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_whatUPDATEVIDEOCOMMANDSTATUS
command.- See Also:
-
MSG_CMD_CONTROLS_UPDATEVIDEOCOMMANDSTATUS_PARAM_intCOMMANDSTATUS
This indicates theCommandStatus
of the last received command (e.g. indicate whether it was processed/supported or not). Sent in theMSG_CMD_CONTROLS_whatUPDATEVIDEOCOMMANDSTATUS
command.- See Also:
-
MSG_CMD_CONTROLS_UPDATEVIDEOCOMMANDSTATUS_PARAM_intCOMMANDNUMBER
Last receivedAudioVideoCommandNumber
Sent in theMSG_CMD_CONTROLS_whatUPDATEVIDEOCOMMANDSTATUS
command.- 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_whatSETVIDEOCAPABILITIES
command.- See Also:
-
MSG_CMD_CONTROLS_SETVIDEOCAPABILITIES_PARAM_boolVIDEORECORDERSUPPORT
Indicates whether the device supports video recording (true) or not (false) Sent in theMSG_CMD_CONTROLS_whatSETVIDEOCAPABILITIES
command.- 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()
-