Uses of Class
com.gpudb.protocol.ShowVideoRequest
-
Packages that use ShowVideoRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowVideoRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowVideoRequest Modifier and Type Method Description ShowVideoResponseGPUdb. showVideo(ShowVideoRequest request)Retrieves information about rendered videos. -
Uses of ShowVideoRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowVideoRequest Modifier and Type Method Description ShowVideoRequestShowVideoRequest. setOptions(Map<String,String> options)Optional parameters.ShowVideoRequestShowVideoRequest. setPaths(List<String> paths)The fully-qualified KiFS paths for the videos to show.
-