Microsoft DirectX 8.0 (C++)

Style Track List

The style track list contains data for a Track Form. It is organized as follows:

<sttr-list> -> LIST('sttr'(
    <strf-list>...
    )

The data consists of one or more lists containing time stamps and references to styles:

<strf-list> -> LIST('strf'(
    <stmp-ck>
    <DMRF-list>
    )

The first chunk contains time stamp data, as follows:

<stmp-ck> -> stmp( <DWORD> )

For information on <DMRF-list>, see Reference List.