READ_BUFFER_NUMREAD_BUFFER_NUM indicates the size of the buffer held within the simple player that reads from an optical disc. The size of the buffer actually allocated is the product of the maximum frame size stored in the THP movie data header (THPHeader) and 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 held within 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