I am trying to do some more work with the directshow plugin, to implement the loop mode. The rendering is done in the back by directshow so I need some hook to test for completition
Nick http://www.linkedin.com/in/tnick Sent from Devlet, Ankara, Turkey On Wed, Jan 6, 2010 at 12:16 PM, Robert Osfield <[email protected]>wrote: > Hi Nick, > > On Wed, Jan 6, 2010 at 10:01 AM, Trajce Nikolov > <[email protected]> wrote: > > What is the purpose of this method. When it is called? I tried to > implement > > it in ImageStream but it is never been called? Any hints? > > It's used by the osg::ImageSequence subclass from ImageStream, but > most ImageStream subclasses don't use this as they have their own > threads for reading. ImageSequence by contrast uses an external > thread (the osgDB::ImagePager) to do reading. > > Robert. > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

