ax_nt_stream_api.h 309 B

12345678910111213141516171819
  1. #ifndef _DEF_NT_STREAM_API_H_
  2. #define _DEF_NT_STREAM_API_H_
  3. #include "ax_base_type.h"
  4. #ifdef __cplusplus
  5. extern "C"
  6. {
  7. #endif
  8. AX_S32 AX_NT_StreamInit(AX_U32 nStreamPort);
  9. AX_S32 AX_NT_StreamDeInit(void);
  10. AX_S32 AX_NT_SetStreamSource(AX_U8 pipe);
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif //_DEF_NT_STREAM_API_H_