READ_BUFFER_NUMREAD_BUFFER_NUM indicates the size of the buffer held within the simple player that reads from an optical disc. The buffer size actually allocated is the maximum frame size in the THP movie data header (THPHeader) multiplied by READ_BUFFER_NUM. READ_BUFFER_NUM is defined as follows.
#define READ_BUFFER_NUM 10
AUDIO_BUFFER_NUMAUDIO_BUFFER_NUM indicates the size of the audio buffer that is internally maintained by the simple player. The size of the buffer actually allocated is the product of the maximum number of samples (x4) stored in the THP movie data header (THPHeader) and AUDIO_BUFFER_NUM. AUDIO_BUFFER_NUM is defined as follows.
#define AUDIO_BUFFER_NUM 3
None.
2006/03/01 Initial version.
CONFIDENTIAL