2.4.16.1 SoundCollectionContainer
Referenced by: DocumentContainer
A container record that specifies all embedded sounds in the document.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rh |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
soundCollectionAtom |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
rgSoundContainer (variable) |
|||||||||||||||||||||||||||||||
... |
rh (8 bytes): A RecordHeader structure (section 2.3.1) that specifies the header for this record. Sub-fields are further specified in the following table.
-
Field
Meaning
rh.recVer
MUST be 0xF.
rh.recInstance
MUST be 0x005.
rh.recType
MUST be RT_SoundCollection.
soundCollectionAtom (12 bytes): A SoundCollectionAtom record that specifies the seed for creating new sound identifiers for sounds in this collection.
rgSoundContainer (variable): An array of SoundContainer records (section 2.4.16.3) that specifies the embedded sounds. The length, in bytes, of the array is specified by the following formula:
-
rh.recLen - 12.