📄 h26l.h
字号:
#ifndef __H26L_INCLUDED__#define __H26L_INCLUDED__#ifdef __cplusplusextern "C" {#endiftypedef unsigned char byte;int H26L_Init(char *config);int H26L_Encode(byte* pY, byte* pU, byte* pV, byte* pEncoded, int* pEncodedLength);int H26L_GetReconstructed(byte* pY, byte* pU, byte* pV);int H26L_Close();#ifdef __cplusplus}#endif#endif /* __H26L_INCLUDED__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -