-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmedia_player_cfg.h
49 lines (38 loc) · 1.51 KB
/
media_player_cfg.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/*
* Copyright (c) 2013 Wei-Lun Hsu. All Rights Reserved.
*/
/** @file media_player_def.h
*
* @author Wei-Lun Hsu
* @version 1.0
* @date 2013/08/03
* @license
* @description
*/
#ifndef __media_player_cfg_H_wjYRbWci_lg3R_HgLY_sq7M_uSS6MRfk3dKF__
#define __media_player_cfg_H_wjYRbWci_lg3R_HgLY_sq7M_uSS6MRfk3dKF__
#ifdef __cplusplus
extern "C" {
#endif
//=============================================================================
// Constant Definition
//=============================================================================
//=============================================================================
// Macro Definition
//=============================================================================
//=============================================================================
// Structure Definition
//=============================================================================
//=============================================================================
// Global Data Definition
//=============================================================================
//=============================================================================
// Private Function Definition
//=============================================================================
//=============================================================================
// Public Function Definition
//=============================================================================
#ifdef __cplusplus
}
#endif
#endif