29 lines
		
	
	
		
			508 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			508 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| /**
 | |
|     Header file of playback DCF file list library.
 | |
| 
 | |
|     Header file of playback DCF file list library.
 | |
| 
 | |
|     @file       PBXFileList_DCF.h
 | |
|     @ingroup    mILibPbFileList
 | |
| 
 | |
|     Copyright   Novatek Microelectronics Corp. 2013.  All rights reserved.
 | |
| */
 | |
| #ifndef _PBXFILELIST_DCF_H
 | |
| #define _PBXFILELIST_DCF_H
 | |
| 
 | |
| #include "PBXFileList.h"
 | |
| 
 | |
| /**
 | |
|     @addtogroup mILibPbFileList
 | |
| */
 | |
| //@{
 | |
| 
 | |
| /*
 | |
|     Public funtions to get playback DCF file list object
 | |
| */
 | |
| extern PPBX_FLIST_OBJ PBXFList_DCF_getObject(void);
 | |
| 
 | |
| //@}
 | |
| #endif
 | |
| 
 | 
