Microsoft DirectX 8.0 (C++) |
The following notation shows the organization of the top-level chunk of a segment file. This form can also be contained within a Container Form.
RIFF( 'DMSG' <segh-ck> // Segment header chunk [<guid-ck>] // GUID for the segment [<vers-ck>] // Optional version information [<UNFO-list>] // Name, author, copyright information, comments [<DMCN-form>] // Optional container of objects embedded in file <trkl-list> // Tracks [<DMTG-form>] // Optional toolgraph [<DMAP-form>] // Optional audiopath )
This chunk contains the basic header information for a segment.
<segh-ck> -> segh( <DMUS_IO_SEGMENT_HEADER> )
See Common Chunks.
See Container Form.
This is the track list. Each track is encapsulated in a Track Form.
<trkl-list> -> LIST( 'trkl' <DMTK-form>... )
See Toolgraph Form.
See Audiopath Form.