File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 19
19
20
20
#pragma once
21
21
22
- #define INPUT_TYPE_STRING_ALL " ALL"
23
- #define INPUT_TYPE_STRING_HDMI " HDMI"
24
- #define INPUT_TYPE_STRING_COMPOSITE " COMPOSITE"
22
+ // <pca> debug
23
+ // #define INPUT_TYPE_STRING_ALL "ALL"
24
+ // #define INPUT_TYPE_STRING_HDMI "HDMI"
25
+ // #define INPUT_TYPE_STRING_COMPOSITE "COMPOSITE"
26
+ static const string& INPUT_TYPE_STRING_ALL " ALL"
27
+ static const string& INPUT_TYPE_STRING_HDMI " HDMI"
28
+ static const string& INPUT_TYPE_STRING_COMPOSITE " COMPOSITE"
25
29
26
- #define INPUT_TYPE_INT_ALL -1
27
- #define INPUT_TYPE_INT_HDMI 0
28
- #define INPUT_TYPE_INT_COMPOSITE 1
30
+ // #define INPUT_TYPE_INT_ALL -1
31
+ // #define INPUT_TYPE_INT_HDMI 0
32
+ // #define INPUT_TYPE_INT_COMPOSITE 1
33
+ static const int INPUT_TYPE_INT_ALL -1
34
+ static const int INPUT_TYPE_INT_HDMI 0
35
+ static const int INPUT_TYPE_INT_COMPOSITE 1
36
+ // </pca>
29
37
30
38
class AVInputUtils {
31
39
public:
You can’t perform that action at this time.
0 commit comments