public interface VideoReceiver
Modifier and Type | Method and Description |
---|---|
void |
receiveVideo(com.milestonesys.xpmobilesdk.communication.VideoCommand vCmd)
Method that must be implemented from the class that will be used to handle the frames that come from the Mobile Server.
|