libgig
3.3.0.svn4
|
Every subject of an DLS file and the file itself can have an unique, computer generated ID. More...
#include <DLS.h>
Public Attributes | |
uint32_t | ulData1 |
uint16_t | usData2 |
uint16_t | usData3 |
uint8_t | abData [8] |
Every subject of an DLS file and the file itself can have an unique, computer generated ID.
uint8_t DLS::dlsid_t::abData[8] |
Definition at line 121 of file DLS.h.
Referenced by DLS::Resource::GenerateDLSID(), DLS::Resource::Resource(), and DLS::Resource::UpdateChunks().
uint32_t DLS::dlsid_t::ulData1 |
Definition at line 118 of file DLS.h.
Referenced by DLS::Resource::GenerateDLSID(), DLS::Resource::Resource(), and DLS::Resource::UpdateChunks().
uint16_t DLS::dlsid_t::usData2 |
Definition at line 119 of file DLS.h.
Referenced by DLS::Resource::GenerateDLSID(), DLS::Resource::Resource(), and DLS::Resource::UpdateChunks().
uint16_t DLS::dlsid_t::usData3 |
Definition at line 120 of file DLS.h.
Referenced by DLS::Resource::GenerateDLSID(), DLS::Resource::Resource(), and DLS::Resource::UpdateChunks().