Multi-media framework API:architecture
From The Neuros Technology Wiki
Basically, multi-media framework takes a client-server structure with all Codecs as plug-ins. The client side APIs are open to applications while server takes care of the plug-in support and responds to client requests.
For an example, a typical playback usage would be,
Plug-ins (MP3, OGG, WAV etc)
^
|
Server
^
|
Client APIs --- Playback(...)
^
|
APPLICATION
You may also want to check some old user-submitted documentation made some time ago for some more ideas.
This wiki is user updated and the information here cannot be considered official Neuros communication
