Uses of Class
org.kurento.client.VideoCaps
-
Uses of VideoCaps in org.kurento.client
Methods in org.kurento.client with parameters of type VideoCapsModifier and TypeMethodDescriptionvoidMediaElement.setVideoFormat(Transaction tx, VideoCaps caps) Set the type of data for the video stream.voidMediaElement.setVideoFormat(VideoCaps caps) Set the type of data for the video stream.voidMediaElement.setVideoFormat(VideoCaps caps, Continuation<Void> cont) Asynchronous version of setVideoFormat:Continuation.onSuccess(F)is called when the action is done.