al_astralcn_monitor.h 649 B

1234567891011121314151617181920212223242526272829303132
  1. /**
  2. * Copyright(c) 2011 Sunmedia Technologies - All Rights Reserved.
  3. *
  4. * @file al_ews_monitor.h
  5. *
  6. * @brief this file defines ews monitor function.
  7. *
  8. * The file supports the ews monitor functions by used for app layer.
  9. * The ews monitor monitor Announcement support descriptor and Adaptation field data descriptor,
  10. * notify special audio monitor af flag to change audio or service
  11. *
  12. */
  13. #ifndef __AL_ASTRALCN_MONITOR_H__
  14. #define __AL_ASTRALCN_MONITOR_H__
  15. #include "mid_common.h"
  16. #ifdef SUPPORT_ASTRA_LCN_MONITOR
  17. #include "al_basictypes.h"
  18. #include "dvb_dr_dvb.h"
  19. #ifdef __cplusplus
  20. extern "C"{
  21. #endif
  22. #ifdef __cplusplus
  23. }
  24. #endif
  25. #endif
  26. #endif