123456789101112131415161718192021 |
- #pragma once
- #define LOG_EVT_START_NOTICE_PLAY 0x31300101
- #define LOG_EVT_STOP_NOTICE_PLAY 0x31300102
- #define LOG_EVT_NOTICE_PLAY_FINISHED 0x31300103
- #define LOG_EVT_NOTICE_FILE_NOT_EXIST 0x31300104
- #define LOG_EVT_ADV_VIDEO_NOT_EXIST 0x31300105
- #define LOG_EVT_ADV_AUDIO_NOT_EXIST 0x31300106
- #define LOG_EVT_ADV_PIC_NOT_EXIST 0x31300107
- #define LOG_EVT_VICE_MONITOR_NOT_EXIST 0x31300108
- #define LOG_EVT_VICE_MONITOR_SET_ERROR 0x31300109
- #define LOG_EVT_NOTICE_PLAY_EARLY_TERM 0x3130010A
- #define LOG_EVT_PLAYING_AUDIO_INFOS 0x3130010B
- #define LOG_EVT_NOTICE_FILE_NOT_VALID 0x3130010C
- #define LOG_EVT_MEDIAPLAY_COST_TIME_ERROR 0x3130010D
- #define LOG_EVT_ADV_PLAYLIST_INFO 0x3130010E
- #define LOG_EVT_NOTSUPPORT_AUDIOFORMAT 0x3130010F
- #define LOG_EVT_ADV_PLAYLIST_VALIDTIME 0x31300110
- #define LOG_EVT_LOCALMEDIAPLAY_VOLUME 0x31300111
|