summaryrefslogtreecommitdiffstats
path: root/mpeglib/lib/input/README
diff options
context:
space:
mode:
Diffstat (limited to 'mpeglib/lib/input/README')
-rw-r--r--mpeglib/lib/input/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/mpeglib/lib/input/README b/mpeglib/lib/input/README
new file mode 100644
index 00000000..844a17bb
--- /dev/null
+++ b/mpeglib/lib/input/README
@@ -0,0 +1,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 :(
+
+
+