-
Notifications
You must be signed in to change notification settings - Fork 0
/
used_headers.txt
39 lines (30 loc) · 1.21 KB
/
used_headers.txt
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
These are the headers actually used by the Chiaki GUI/CLI and the files that use them:
CLI:
common.h
log.h
discovery.h
GUI (Note - omitting things that are almost surely not useful like additional ffmpegdecoder instances):
From streamsession.h:
session.h
opusdecoder.h (we can almost surely not bother with this for a CLI, especially since we built the lib without Opus/ffmpeg/etc support)
ffmpegdecoder.h (again, we can drop this from a CLI-only binding)
pidecoder.h (again, we can drop this)
orientation.h (TBD, need to read this. Probably is applicable to GUI only based on the name)
From discoverymanager.h:
discoveryservice.h (TBD, may be something we implement in python-native?)
From controllermanager.h:
controller.h (good chance we'll need this! Also included from logsniffer.h)
orientation.h (OK, looks like we might need this, again, need to read through it and controllermanager)
From host.h:
regist.h (may be needed?)
From streamsession.cpp:
base64.h
session.h
From settingsdialog.h:
config.h (Read this to see what it's used for. Probably disables things when building the GUI that were disabled at library build time, not applicable to us.)
From main.cpp:
session.h
regist.h
base64.h
From settings.cpp:
config.h