THPFrameCompInfo

Description

THPFrameCompInfo.jpg

The THP movie data can interleave multiple datasets into frames and store them internally.

In the THP library, the interleaved datasets are called components. THP video data and THP audio data are both single components. In the interest of extensibility, the THP movie data can store components other than video and audio components.

THPFrameCompInfo stores the number of components contained in the THP movie data (numComponents) and the order they are stored in each frame as an array (frameComp[]). This array stores the THP component identifiers in component interleave order (see table below).

Video Comp 0
Audio Comp 1
Undetermined 2
Undetermined 3
Undetermined 4
Undetermined 5
Undetermined 6
Undetermined 7
・/th> 8
・/th> 9
・/th> A
・/th> B
・/th> C
・/th> D
・/th> E
・/th> F
Nothing FF

Examples

If the first component is THP video data and the second component is THP audio data, then THPFrameCompInfo is as follows.


numComponents = 2 :No. of components
frameComp [0] = 0 :Video data identifier
frameComp [1] = 1 :Audio data identifier
frameComp [2・5] = FF :No data

After THPFrameCompInfo is the information about each type of components (for example, THPVideoInfo and THPAudioInfo). This component information must also be in the THP Components identifier order that is stored in the frameComp array.


See Also

THPConv.exe
THP movie file format

Revision History

2006/03/01 Initial version.


CONFIDENTIAL