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 StringIndicates 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_whatVIDEOCOMMANDevent.static final StringThe requestedAudioVideoCommandNumberSent in theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_EVENT_CONTROLS_whatVIDEOCOMMANDevent.static final StringTrue if the audio is muted; false otherwise Sent in theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatUPDATEVIDEOSTATUScommand.static final Stringtrue if the video device supports video playback; false otherwise.static final Stringtrue if the video device supports video recording; false otherwise.static final StringCurrent number of seconds into playback/recording.static final StringTime remaining on the video clip on a playback device, or time remaining available for recording on a recoding device.static final StringCurrentVideoDeviceStateof the video device Sent in theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatUPDATEVIDEOSTATUScommand.static final StringCurrent volume setting, given as a percentage.static final intControllable 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_whatUPDATEVIDEOSTATUScommand.- See Also:
-
MSG_CONTROLS_EVENTORCMD_VIDEOSTATUS_PARAM_boolMUTED
True if the audio is muted; false otherwise Sent in theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatUPDATEVIDEOSTATUScommand.- 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_whatUPDATEVIDEOSTATUScommand.- See Also:
-
MSG_CONTROLS_EVENTORCMD_VIDEOSTATUS_PARAM_intTIMEPROGRESSED
Current number of seconds into playback/recording. Sent in theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatUPDATEVIDEOSTATUScommand.- 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_whatSETVIDEOCAPABILITIESevent.- 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_whatSETVIDEOCAPABILITIESevent.- See Also:
-
MSG_CONTROLS_EVENTORCMD_VIDEOSTATUS_PARAM_intVIDEOSTATE
CurrentVideoDeviceStateof the video device Sent in theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_CMD_CONTROLS_whatUPDATEVIDEOSTATUScommand.- See Also:
-
MSG_CONTROLS_EVENTORCMD_VIDEOCOMMAND_PARAM_intCOMMANDNUMBER
The requestedAudioVideoCommandNumberSent in theAntPlusVideoControllableDevicePcc.IpcDefines.MSG_EVENT_CONTROLS_whatVIDEOCOMMANDevent.- 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_whatVIDEOCOMMANDevent.- See Also:
-
-
Constructor Details
-
VideoCommonIpcDefines
public VideoCommonIpcDefines()
-