/******************************************************************** * * DMW_ChannelPM.h * * Channel Module Performance Monitor definition * * Copyright 2002-2007 Digital STREAM Technology, Inc. * All Rights Reserved * * DMW_ChannelPM.h, cafrii * *******************************************************************/ #ifndef __DMW_CHANNEL_PM_H__ #define __DMW_CHANNEL_PM_H__ #define USE_PERF_MON 0 // // perfomance monitor »ç¿ë. // #if USE_PERF_MON enum { PM_EV_TUNE_TOTAL = 0, PM_EV_TUNE_STOP, PM_EV_TUNE_LOCK, PM_EV_TUNE_PSIP_LOAD, PM_EV_TUNE_PSI_LOAD, PM_EV_TUNE_AV_START, PM_EV_TUNE_VIDEO_START, PM_EV_TUNE_AUDIO_START, PM_EV_TUNE_CALLBACK, }; extern DHL_PM_HANDLE gDmcPMTune; #endif #endif // __DMW_CHANNEL_PM_H__