Uses of Class
org.praxislive.video.render.Surface
-
-
Uses of Surface in org.praxislive.video.code.userapi
Methods in org.praxislive.video.code.userapi that return Surface Modifier and Type Method Description protected abstract SurfacePGraphics. getSurface()protected abstract SurfacePImage. getSurface() -
Uses of Surface in org.praxislive.video.pgl
Subclasses of Surface in org.praxislive.video.pgl Modifier and Type Class Description classPGLSurfaceMethods in org.praxislive.video.pgl with parameters of type Surface Modifier and Type Method Description processing.core.PImagePGLContext. asImage(Surface surface)booleanPGLSurface. checkCompatible(Surface surface, boolean checkDimensions, boolean checkAlpha)voidPGLSurface. copy(Surface source)voidPGLSurface. process(SurfaceOp op, Surface... inputs) -
Uses of Surface in org.praxislive.video.pipes
Methods in org.praxislive.video.pipes with parameters of type Surface Modifier and Type Method Description protected voidVideoPipe. callSource(VideoPipe source, Surface buffer, long time)protected abstract voidVideoPipe. process(VideoPipe sink, Surface buffer, long time) -
Uses of Surface in org.praxislive.video.pipes.impl
Methods in org.praxislive.video.pipes.impl that return Surface Modifier and Type Method Description protected SurfaceMultiInOut. validateInput(Surface input, Surface output, int index)Methods in org.praxislive.video.pipes.impl with parameters of type Surface Modifier and Type Method Description protected voidMultiInOut. process(VideoPipe sink, Surface output, long time)protected abstract voidMultiInOut. process(Surface[] inputs, Surface output, int index, boolean rendering)protected voidPlaceholder. process(Surface surface, boolean rendering)voidSingleOut. process(VideoPipe sink, Surface buffer, long time)protected abstract voidSingleOut. process(Surface surface, boolean rendering)protected voidSplitter. process(Surface[] inputs, Surface output, int index, boolean rendering)protected voidMultiInOut. processInputs(Surface[] inputs, boolean rendering)protected SurfaceMultiInOut. validateInput(Surface input, Surface output, int index) -
Uses of Surface in org.praxislive.video.render
Methods in org.praxislive.video.render that return Surface Modifier and Type Method Description SurfaceSurface. createSurface()abstract SurfaceSurface. createSurface(int width, int height, boolean alpha)Methods in org.praxislive.video.render with parameters of type Surface Modifier and Type Method Description abstract booleanSurface. checkCompatible(Surface surface, boolean checkDimensions, boolean checkAlpha)abstract voidSurface. copy(Surface source)voidSurface. process(SurfaceOp op, Surface input)abstract voidSurface. process(SurfaceOp op, Surface... inputs) -
Uses of Surface in org.praxislive.video.render.utils
Subclasses of Surface in org.praxislive.video.render.utils Modifier and Type Class Description classBufferedImageSurfaceMethods in org.praxislive.video.render.utils that return Surface Modifier and Type Method Description SurfaceBufferedImageSurface. createSurface(int width, int height, boolean alpha)Methods in org.praxislive.video.render.utils with parameters of type Surface Modifier and Type Method Description booleanBufferedImageSurface. checkCompatible(Surface surface, boolean checkDimensions, boolean checkAlpha)voidBufferedImageSurface. copy(Surface source)voidBufferedImageSurface. process(SurfaceOp op, Surface... inputs)
-