Associated Data Chunk

The <assoc-data-list> associated data list provides the ability to attach information like labels to sections of the waveform data stream. The <assoc-data-list> is defined as follows:

<assoc-data-list>    LIST(   'adtl'
                                   <labl-ck>    /* Label                 */
                                   <note-ck>    /* Note                  */
                                   <ltxt-ck>    /* Text with data length */
                                   <file-ck> )  /* Media file            */
<labl-ck>            labl(  <ulName:ULONG>
                                   <data:ZSTR> )
<note-ck>            note(  <ulName:ULONG>
                                   <data:ZSTR> )
<ltxt-ck>            ltxt(  <ulName:ULONG>
                                   <ulSampleLength:ULONG>
                                   <ulPurpose:ULONG>
                                   <usCountry:USHORT>
                                   <usLanguage:USHORT>
                                   <usDialect:USHORT>
                                   <usCodePage:USHORT>
                                   <data:BYTE>... )
<file-ck>            file(  <usName:ULONG>
                                   <ulwMedType:ULONG>
                                   <fileData:BYTE>...)


[Back: Playlist Chunk]
[Next: Label and Note Information]