You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdemultimedia/mpeglib/lib/input
Michele Calgaro cdd8febb68
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
4 weeks ago
..
CMakeLists.txt cmake: Fix detection on cdda include files 7 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
bufferInputStream.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
bufferInputStream.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cddaInputStream.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cddaInputStream.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cdigrap.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cdromAccess.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cdromAccess_Empty.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cdromAccess_Linux.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cdromInputStream.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cdromInputStream.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cdromRawAccess.cpp Initial cmake conversion 7 years ago
cdromRawAccess.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cdromToc.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cdromToc.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
fileAccessWrapper.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
fileAccessWrapper.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
fileInputStream.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
fileInputStream.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
httpInputStream.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
httpInputStream.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
inputDetector.cpp Initial cmake conversion 7 years ago
inputDetector.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
inputPlugin.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
inputPlugin.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 4 weeks ago
inputStream.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
inputStream.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
simpleRingBuffer.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
simpleRingBuffer.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
threadSafeInputStream.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
threadSafeInputStream.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 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 :(