Modifier and Type | Method and Description |
---|---|
void |
MediaElement.setVideoFormat(Transaction tx,
VideoCaps caps)
Sets the type of data for the video stream.
|
void |
MediaElement.setVideoFormat(VideoCaps caps)
Sets the type of data for the video stream.
|
void |
MediaElement.setVideoFormat(VideoCaps caps,
Continuation<Void> cont)
Asynchronous version of setVideoFormat:
Continuation.onSuccess(F) is called when the action is
done. |
Copyright © 2019 Kurento. All rights reserved.