Hi, > I am using WebKitDFB.I want to access the pointer to the buffer where the > video stream gets stored.Where exactly are the files related to video > streams present?
With that much information, the answer is: that depends on which backend you use for your video streams. In any case, it is better to see if there is an API to do what you want in your video library as WebKit delegates this. If you need to know in WebKit, use grep to find where your library is used (hint: around Source/WebCore/platform/ is a good place to start and more precisely Source/WebCore/platform/graphics/MediaPlayer.h). Thanks, Julien _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
