5 #ifndef __RENDER_API_H__
6 #define __RENDER_API_H__
8 #define STREAM_MODE_TCP 1
int initOpenGLRenderer(int width, int height, char *addr, size_t addrLen)
int createOpenGLSubwindow(void *window, int x, int y, int width, int height, float zRot)
void repaintOpenGLDisplay(void)
int destroyOpenGLSubwindow(void)
float AiC_CallbackRotation(void(*fn)(float))
int setStreamMode(int mode)
void setOpenGLDisplayRotation(float zRot)