Hi, Thanks a lot for your inputs. I am using Webkit with only directFB and no cairo or GTK+.I am trying to create an API that returns a pointer to the buffer where the video stream is stored. If I am not wrong MediaPlayer.h deals with videos specified in the video tag.But I am tying to get the video stream buffer for videos whose url is specified within the object tag. WebCore/platform/dfb/SharedBufferDFB.cpp has a function "createWithContentsOfFile(const String& filePath)". Can this be used to used to to create a buffer?
Thanks and regards Bhavya On Mon, Nov 14, 2011 at 9:43 PM, Julien Chaffraix < [email protected]> wrote: > 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
