Event.h 856 B

123456789101112131415161718192021
  1. #pragma once
  2. #define LOG_EVT_START_NOTICE_PLAY 0x31300101
  3. #define LOG_EVT_STOP_NOTICE_PLAY 0x31300102
  4. #define LOG_EVT_NOTICE_PLAY_FINISHED 0x31300103
  5. #define LOG_EVT_NOTICE_FILE_NOT_EXIST 0x31300104
  6. #define LOG_EVT_ADV_VIDEO_NOT_EXIST 0x31300105
  7. #define LOG_EVT_ADV_AUDIO_NOT_EXIST 0x31300106
  8. #define LOG_EVT_ADV_PIC_NOT_EXIST 0x31300107
  9. #define LOG_EVT_VICE_MONITOR_NOT_EXIST 0x31300108
  10. #define LOG_EVT_VICE_MONITOR_SET_ERROR 0x31300109
  11. #define LOG_EVT_NOTICE_PLAY_EARLY_TERM 0x3130010A
  12. #define LOG_EVT_PLAYING_AUDIO_INFOS 0x3130010B
  13. #define LOG_EVT_NOTICE_FILE_NOT_VALID 0x3130010C
  14. #define LOG_EVT_MEDIAPLAY_COST_TIME_ERROR 0x3130010D
  15. #define LOG_EVT_ADV_PLAYLIST_INFO 0x3130010E
  16. #define LOG_EVT_NOTSUPPORT_AUDIOFORMAT 0x3130010F
  17. #define LOG_EVT_ADV_PLAYLIST_VALIDTIME 0x31300110
  18. #define LOG_EVT_LOCALMEDIAPLAY_VOLUME 0x31300111