|
HyphenateSDK
3.1.4
|
#import <OpenGLView20.h>
Instance Methods | |
| (void) | - displayYUV420pData:width:height: |
| 将数据画到屏幕上 More... | |
| (void) | - setVideoSize:height: |
| 设置视频显示区域大小 More... | |
| (void) | - clearFrame |
| 清除画面 More... | |
Properties | |
| BOOL | isRunning |
OpenGLView20.h Video display view
| - (void) clearFrame |
清除画面
| - (void) displayYUV420pData: | (char *) | data | |
| width: | (GLuint) | width | |
| height: | (GLuint) | height | |
将数据画到屏幕上
| data | 数据 |
| width | 宽度 |
| height | 高度 |
| - (void) setVideoSize: | (GLuint) | width | |
| height: | (GLuint) | height | |
设置视频显示区域大小
| width | 宽度 |
| height | 高度 |
1.8.11