- Timestamp:
- Apr 22, 2014 5:04:43 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia-videodev/opengl_dev.h
r4812 r4821 22 22 #include <pjmedia-videodev/videodev_imp.h> 23 23 24 /* OpenGL implementation on each platform needs to implement th is and25 * stream operations.24 /* OpenGL implementation on each platform needs to implement these functions 25 * and stream operations. 26 26 */ 27 /* Get capabilities of the implementation */ 28 int pjmedia_vid_dev_opengl_imp_get_cap(void); 29 30 /* Create OpenGL stream */ 27 31 pj_status_t 28 32 pjmedia_vid_dev_opengl_imp_create_stream(pj_pool_t *pool, … … 32 36 pjmedia_vid_dev_stream **p_vid_strm); 33 37 38 /****************************************************************************/ 34 39 /* OpenGL buffers opaque structure. */ 35 40 typedef struct gl_buffers gl_buffers;
Note: See TracChangeset
for help on using the changeset viewer.