summaryrefslogtreecommitdiffstats
path: root/mpeglib/lib/input/README
blob: 844a17bb6f81c3f93e3ba1e19b4f59a9c02cdeff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


Here is the abstraction of the inputplugin.
Its a base class, with the usual open/seek/read methods.
The only nice thing is the factory inputPlugin which
creates you for a given url the correct class.


All inputStreams can take a timeStamp. Its necessary for 
audio/video sync, but this must be supported
by the outputplugin and the playerPlugin!
Video is not that easy as audio :(