- receiveVideo(VideoCommand) - Method in interface com.milestonesys.xpmobilesdk.callbacks.VideoReceiver
-
Method that must be implemented from the class that will be used to handle the frames that come from the Mobile Server.
- RELATED_CAMERAS - Static variable in class com.milestonesys.xpmobilesdk.communication.CommunicationCommand
-
- removeElement(CommunicationCommand.SubItem) - Method in class com.milestonesys.xpmobilesdk.communication.CommunicationCommand.SubItemContainer
-
- requestAudioStream(String, HashMap<String, String>, String, String, SuccessCallback, ErrorCallback) - Method in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
Requests channel for audio push.
- requestAudioStreamIn(String, String, String, String, String, SuccessCallback, ErrorCallback) - Method in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
Requests channel for audio push.
- requestCreateBookmark(String, String, SuccessCallback, ErrorCallback) - Method in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
RequestCreateBookmark - sends request to the Mobile Server to stop the video stream.
- requestLiveVideo(VideoReceiver, HashMap<String, Object>) - Method in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
Requests live video.
- requestPlaybackVideo(VideoReceiver, HashMap<String, Object>) - Method in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
Requests playback video.
- requestSecondStepVerificationCode(SuccessCallback, ErrorCallback) - Method in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
- requestVideo() - Method in class com.milestonesys.xpmobilesdk.communication.LiveVideo
-
Requests a video from the Mobile server and if the request is successfully executed then it sets the value for the videoId variable.
- requestVideo() - Method in class com.milestonesys.xpmobilesdk.communication.PlaybackVideo
-
Requests a video from the Mobile server and if the request is successfully executed then it sets the value for the videoId variable.
- requestVideoStream(String, String, String, HashMap<String, String>, String, String, String, SuccessCallback, ErrorCallback) - Method in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
RequestStream command - sends RequestStream command to the Mobile Server.
- Rescale(int, int) - Method in class com.milestonesys.xpmobilesdk.communication.LiveVideo
-
Sends Rescale request.
- Rescale(int, int) - Method in class com.milestonesys.xpmobilesdk.communication.VideoFactory
-
Sends Rescale request.
- rescaleVideo(String, int, int, SuccessCallback, ErrorCallback) - Method in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
RescaleVideo - sends request to the Mobile Server to rescale the video stream.
- RESULT - Static variable in class com.milestonesys.xpmobilesdk.communication.CommunicationCommand
-
- RESULT_ERROR - Static variable in class com.milestonesys.xpmobilesdk.communication.CommunicationCommand
-
- RESULT_OK - Static variable in class com.milestonesys.xpmobilesdk.communication.CommunicationCommand
-