|
|
User login
Feeds |
video controller plugin
|
|||||
| Tue, 2005-12-06 22:30 | |
|
Hi
There are examples for codec plugin, source/sink plugins in the SDK, but I am looking for an example code for the video controller plugin for MMF. Can anybody show me some pointers. Is it necessary to implement all the custom command parsers to start with. Thanks |
|
Forum posts: 10
U bring up something i have been trying to find for a long time
I guess u will have to come up with the first open source video plugin
The devkit i have does not give any examples of plugins on the video side.
For some pointers u can look at
1. http://www.forum.nokia.com/info/sw.nokia.com/id/f07f6cef-1a32-46e6-8d33-279ea1555543/Symbian_OS_Creating_Video_Applications_In_Cpp_v1_0_en.pdf.html
2.http://www.forum.nokia.com/info/sw.nokia.com/id/ae9307f6-e8b3-455d-81fc-0442aabc5526/Symbian_OS_Multimedia_Framework_And_Other_Multimedia_APIs_v1_0_en.pdf.html
3. ogg vorbis controller (e.g for audio plugin with complex codec from symbian)
4. symbianoggplay on sourceforge.net ...(again audio but open source have written plugins to handle .ogg file)
if you find ne other useful info do let me know. best of luck
groys
Forum posts: 21
Forum posts: 21
Thanks
Forum posts: 10
http://sourceforge.net/cvs/?group_id=86146
u might want to make a audio controller plugin (with any complex codec) to get a grasp of mmf though.... then carry on to the video.
regards
groys