Class VideoCommonIpcDefines
java.lang.Object
com.dsi.ant.plugins.antplus.pcc.controls.defines.VideoCommonIpcDefines
Defines for IPC with video 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 Sent in theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_EVENT_CONTROLS_whatVIDEOCOMMAND
event.static final String
The requestedAudioVideoCommandNumber
Sent in theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_EVENT_CONTROLS_whatVIDEOCOMMAND
event.static final String
True if the audio is muted; false otherwise Sent in theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatUPDATEVIDEOSTATUS
command.static final String
true if the video device supports video playback; false otherwise.static final String
true if the video device supports video recording; false otherwise.static final String
Current number of seconds into playback/recording.static final String
Time remaining on the video clip on a playback device, or time remaining available for recording on a recoding device.static final String
CurrentVideoDeviceState
of the video device Sent in theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatUPDATEVIDEOSTATUS
command.static final String
Current volume setting, given as a percentage.static final int
Controllable device specific parameter to request access to the device singleton in Video mode -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MSG_REQACC_PARAM_MODE_iVIDEOCONTROLS
public static final int MSG_REQACC_PARAM_MODE_iVIDEOCONTROLSControllable device specific parameter to request access to the device singleton in Video mode- See Also:
-
MSG_CONTROLS_EVENTORCMD_VIDEOSTATUS_PARAM_intVOLUME
Current volume setting, given as a percentage. Sent in theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatUPDATEVIDEOSTATUS
command.- See Also:
-
MSG_CONTROLS_EVENTORCMD_VIDEOSTATUS_PARAM_boolMUTED
True if the audio is muted; false otherwise Sent in theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatUPDATEVIDEOSTATUS
command.- See Also:
-
MSG_CONTROLS_EVENTORCMD_VIDEOSTATUS_PARAM_intTIMEREMAINING
Time remaining on the video clip on a playback device, or time remaining available for recording on a recoding device. In seconds. Sent in theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatUPDATEVIDEOSTATUS
command.- See Also:
-
MSG_CONTROLS_EVENTORCMD_VIDEOSTATUS_PARAM_intTIMEPROGRESSED
Current number of seconds into playback/recording. Sent in theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatUPDATEVIDEOSTATUS
command.- See Also:
-
MSG_CONTROLS_EVENTORCMD_VIDEOSTATUS_PARAM_boolVIDEOPLAYBACKSUPPORTED
true if the video device supports video playback; false otherwise. Sent in theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatSETVIDEOCAPABILITIES
event.- See Also:
-
MSG_CONTROLS_EVENTORCMD_VIDEOSTATUS_PARAM_boolVIDEORECORDERSUPPORTED
true if the video device supports video recording; false otherwise. Sent in theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatSETVIDEOCAPABILITIES
event.- See Also:
-
MSG_CONTROLS_EVENTORCMD_VIDEOSTATUS_PARAM_intVIDEOSTATE
CurrentVideoDeviceState
of the video device Sent in theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatUPDATEVIDEOSTATUS
command.- See Also:
-
MSG_CONTROLS_EVENTORCMD_VIDEOCOMMAND_PARAM_intCOMMANDNUMBER
The requestedAudioVideoCommandNumber
Sent in theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_EVENT_CONTROLS_whatVIDEOCOMMAND
event.- See Also:
-
MSG_CONTROLS_EVENTORCMD_VIDEOCOMMAND_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 theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_EVENT_CONTROLS_whatVIDEOCOMMAND
event.- See Also:
-
-
Constructor Details
-
VideoCommonIpcDefines
public VideoCommonIpcDefines()
-