Uses of Class
com.gpudb.protocol.AlterVideoRequest
-
Packages that use AlterVideoRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterVideoRequest in com.gpudb
Methods in com.gpudb with parameters of type AlterVideoRequest Modifier and Type Method Description AlterVideoResponseGPUdb. alterVideo(AlterVideoRequest request)Alters a video. -
Uses of AlterVideoRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterVideoRequest Modifier and Type Method Description AlterVideoRequestAlterVideoRequest. setOptions(Map<String,String> options)Optional parameters.AlterVideoRequestAlterVideoRequest. setPath(String path)Fully-qualified KiFS path to the video to be altered.
-