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 Surface
PGraphics. getSurface()
protected abstract Surface
PImage. getSurface()
-
Uses of Surface in org.praxislive.video.pgl
Subclasses of Surface in org.praxislive.video.pgl Modifier and Type Class Description class
PGLSurface
Methods in org.praxislive.video.pgl with parameters of type Surface Modifier and Type Method Description processing.core.PImage
PGLContext. asImage(Surface surface)
boolean
PGLSurface. checkCompatible(Surface surface, boolean checkDimensions, boolean checkAlpha)
void
PGLSurface. copy(Surface source)
void
PGLSurface. 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 void
VideoPipe. callSource(VideoPipe source, Surface buffer, long time)
protected abstract void
VideoPipe. 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 Surface
MultiInOut. 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 void
MultiInOut. process(VideoPipe sink, Surface output, long time)
protected abstract void
MultiInOut. process(Surface[] inputs, Surface output, int index, boolean rendering)
protected void
Placeholder. process(Surface surface, boolean rendering)
void
SingleOut. process(VideoPipe sink, Surface buffer, long time)
protected abstract void
SingleOut. process(Surface surface, boolean rendering)
protected void
Splitter. process(Surface[] inputs, Surface output, int index, boolean rendering)
protected void
MultiInOut. processInputs(Surface[] inputs, boolean rendering)
protected Surface
MultiInOut. 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 Surface
Surface. createSurface()
abstract Surface
Surface. createSurface(int width, int height, boolean alpha)
Methods in org.praxislive.video.render with parameters of type Surface Modifier and Type Method Description abstract boolean
Surface. checkCompatible(Surface surface, boolean checkDimensions, boolean checkAlpha)
abstract void
Surface. copy(Surface source)
void
Surface. process(SurfaceOp op, Surface input)
abstract void
Surface. 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 class
BufferedImageSurface
Methods in org.praxislive.video.render.utils that return Surface Modifier and Type Method Description Surface
BufferedImageSurface. createSurface(int width, int height, boolean alpha)
Methods in org.praxislive.video.render.utils with parameters of type Surface Modifier and Type Method Description boolean
BufferedImageSurface. checkCompatible(Surface surface, boolean checkDimensions, boolean checkAlpha)
void
BufferedImageSurface. copy(Surface source)
void
BufferedImageSurface. process(SurfaceOp op, Surface... inputs)
-