2.10.26 ExMIDIAudioContainer
Referenced by: ExObjListSubContainer
A container record that specifies information about audio stored externally as a Musical Instrument Digital Interface (MIDI) file.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rh |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
exMediaAtom (16 bytes) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
audioFilePathAtom (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 0x000.
rh.recType
MUST be an RT_ExternalMidiAudio.
exMediaAtom (16 bytes): An ExMediaAtom record (section 2.10.6) that specifies information about the external MIDI audio.
audioFilePathAtom (variable): An optional UncOrLocalPathAtom record that specifies the UNC or local path to a MIDI audio file. The length, in bytes, of the field is specified by the following formula:
-
rh.recLen - 16.