dvbd / TODO @ c6e4f54d
History | View | Annotate | Download (1016 Bytes)
1 |
If you can help with any of the following, or if |
---|---|
2 |
you have suggestions on what else to put on this |
3 |
list please contact me at jak@users.sourceforge.net |
4 |
|
5 |
Xine input plugin |
6 |
Satellite and Cable support. |
7 |
Refactor classes: |
8 |
Tuner FakeTuner should derive from TunerBase |
9 |
TunerManager FakeTunerManager should derive from TunerManagerBase |
10 |
Demuxer FakeDemuxer should derive from DemuxerBase |
11 |
Connection hierarchy should really look like this: |
12 |
|
13 |
Connection |
14 |
| |
15 |
+---------------+---------------+ |
16 |
| | |
17 |
ControlledConnection RecordableConnectionBase |
18 |
| |
19 |
+----------------------+-------------------+ |
20 |
| | |
21 |
FakeRecordableConnection RecordableConnection |
22 |
|
23 |
This will allow the RecordableConnection to keep a copy of the |
24 |
item it is recording. The Scheduler would deal only with |
25 |
RecordableConnectionBase objects. |
26 |
|