Hi all,
I am stuck in finding "How a source plugin getting reference to a file opened for playing through apllication and role of controller in handling all the modules(source sink plugin, controller plugin, format decode, and codec plugin)
if somebody knows, it will be a lot of help to me, "i am unable to get how actually a source plugin will be getting the input from the application via MMF (the pointer to descriptor) and how different plugins are interacting.
Regards,
Sadhu
hi all,
I have seen Ogg Vorbis;
Its a good example giving some more insight of working and interaction of various Plugins:
from Ogg Vorbis : I think controller need to be written and source and sink plugins will be default provided by mmf;
But before start writing a controller plugin:
I have some doubts:
How to start for writing a Dll from SDK APPWizard:
As from new project only we can generate unique UID:
And the SDK doesn't have any Wizard for writing a DLL;
Do we need to open a new project and start modifying it taking UID as base(i mean need not to be altered);
Plz give some pointers,It wil be great help;
Sadhu