h26l.h
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. #ifndef __H26L_INCLUDED__
  2. #define __H26L_INCLUDED__
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. typedef unsigned char byte;
  7. int H26L_Init(char *config);
  8. int H26L_Encode(byte* pY, byte* pU, byte* pV, 
  9. byte* pEncoded, int* pEncodedLength);
  10. int H26L_GetReconstructed(byte* pY, byte* pU, byte* pV);
  11. int H26L_Close();
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15. #endif /* __H26L_INCLUDED__ */