1234567891011121314151617181920212223242526272829303132 |
- /**
- * Copyright(c) 2011 Sunmedia Technologies - All Rights Reserved.
- *
- * @file al_ews_monitor.h
- *
- * @brief this file defines ews monitor function.
- *
- * The file supports the ews monitor functions by used for app layer.
- * The ews monitor monitor Announcement support descriptor and Adaptation field data descriptor,
- * notify special audio monitor af flag to change audio or service
- *
- */
- #ifndef __AL_ASTRALCN_MONITOR_H__
- #define __AL_ASTRALCN_MONITOR_H__
- #include "mid_common.h"
- #ifdef SUPPORT_ASTRA_LCN_MONITOR
- #include "al_basictypes.h"
- #include "dvb_dr_dvb.h"
- #ifdef __cplusplus
- extern "C"{
- #endif
- #ifdef __cplusplus
- }
- #endif
- #endif
- #endif
|