Codec Plugin Manager
Detailed Description
This library is used to provide support for audio/video/image codecs plugin and encoding/decoding routines.
The Codec Plugin Manager library is used to unify all different type of codecs that are available for palmOne devices and provide a generic API for developers to access these codecs for encoding/decoding.
A typical application would use the library the following way:
- Check if an input/output format pair is supported [optional]
- Create a CodecSession with parameters that match the formats
- Call EncodeDecode()
- ...
- Delete the session
For more information, please also check the palmOne Developer Guide.
Files
- file palmOneCodecPluginMgr.h
- The Codec Plugin Manager is used to unify all different type of codecs that are available for PalmOne devices and provide a generic API for developers to access these codecs.
- file palmOneCodecFormat.h
- Public 68K common header file for Codec Plugin Manager API - Codec Formats.
- file palmOneCodecPluginMgrCommon.h
- Public 68K common header file for Codec Plugin Manager API - Library Definitions.