public class RenderCallbackFlags
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
RENDER_CALLBACK_CUSTOM
The video texture before effects are added to the video.
|
static int |
RENDER_CALLBACK_NONE
Use no callback.
|
static int |
RENDER_CALLBACK_TEXTURE
The video texture after effects are added to the video.
|
| Constructor and Description |
|---|
RenderCallbackFlags() |
public static final int RENDER_CALLBACK_NONE
public static final int RENDER_CALLBACK_CUSTOM
public static final int RENDER_CALLBACK_TEXTURE