Return to previous page Return to menu Go to next page

4. How to use the library

4.1 Library configuration

It is assumed that the MPEG application uses the MPEG library and the stream system library.

Figure 4.1 Module configuration diagram

 MPEG video is played in the following two stages.

(1) Stream system library

Read data from CD into buffer.

(2) MPEG library

Decodes the CD buffer data and outputs it as image data.

∙ Data is supplied from the stream system to the MPEG library through the CD buffer. Therefore, the stream handle generated by the stream system is passed to the MPEG library. The MPEG library takes the data from this stream handle and decodes it.

To use this library, the following libraries must be linked at the same time.



Return to previous page Return to menu Go to next page