AXRtspWrapper.h 393 B

123456789101112131415161718
  1. #ifndef __AX_RTSP_WRAPPER_H__
  2. #define __AX_RTSP_WRAPPER_H__
  3. #include "ax_base_type.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. AX_VOID AX_Rtsp_Start(AX_S32 arrIndex[], AX_S32 nNum, AX_BOOL bIsH264);
  8. AX_VOID AX_Rtsp_Stop(AX_VOID);
  9. AX_VOID AX_Rtsp_SendNalu(AX_U8 nChn, const AX_U8* pBuf, AX_U32 nLen, AX_U64 nPts, AX_BOOL bIFrame);
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif // __AX_RTSP_WRAPPER_H__