Uses of Class
com.gpudb.protocol.AlterVideoResponse
-
Packages that use AlterVideoResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterVideoResponse in com.gpudb
Methods in com.gpudb that return AlterVideoResponse Modifier and Type Method Description AlterVideoResponseGPUdb. alterVideo(AlterVideoRequest request)Alters a video.AlterVideoResponseGPUdb. alterVideo(String path, Map<String,String> options)Alters a video. -
Uses of AlterVideoResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterVideoResponse Modifier and Type Method Description AlterVideoResponseAlterVideoResponse. setInfo(Map<String,String> info)Additional information.AlterVideoResponseAlterVideoResponse. setPath(String path)Fully qualified KIFS path to the video file.
-