You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |
15 years ago | |
---|---|---|
.. | ||
Makefile.am | 15 years ago | |
README | 15 years ago | |
bufferInputStream.cpp | 15 years ago | |
bufferInputStream.h | 15 years ago | |
cddaInputStream.cpp | 15 years ago | |
cddaInputStream.h | 15 years ago | |
cdigrap.cpp | 15 years ago | |
cdromAccess.cpp | 15 years ago | |
cdromAccess_Empty.cpp | 15 years ago | |
cdromAccess_Linux.cpp | 15 years ago | |
cdromInputStream.cpp | 15 years ago | |
cdromInputStream.h | 15 years ago | |
cdromRawAccess.cpp | 15 years ago | |
cdromRawAccess.h | 15 years ago | |
cdromToc.cpp | 15 years ago | |
cdromToc.h | 15 years ago | |
fileAccessWrapper.cpp | 15 years ago | |
fileAccessWrapper.h | 15 years ago | |
fileInputStream.cpp | 15 years ago | |
fileInputStream.h | 15 years ago | |
httpInputStream.cpp | 15 years ago | |
httpInputStream.h | 15 years ago | |
inputDetector.cpp | 15 years ago | |
inputDetector.h | 15 years ago | |
inputPlugin.cpp | 15 years ago | |
inputPlugin.h | 15 years ago | |
inputStream.cpp | 15 years ago | |
inputStream.h | 15 years ago | |
simpleRingBuffer.cpp | 15 years ago | |
simpleRingBuffer.h | 15 years ago | |
threadSafeInputStream.cpp | 15 years ago | |
threadSafeInputStream.h | 15 years ago |
README
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 :(