Wave Dictionary: Difference between revisions

RwaWaveFormat
No edit summary
(RwaWaveFormat)
Line 86:
 
This is followed by the <code>RwaLLNode</code>, the entry (of type <code>char[]</code>) and a 128-bit UUID.
 
== RwaWaveFormat ==
<pre style="max-width: 55em">
struct RwaWaveFormat {
RwUInt32 sampleRate;
RwaUUID* dataType;
RwUInt32 length;
RwUInt8 bitDepth;
RwUInt8 noChannels;
unsigned char pad[2];
void* miscData;
RwUInt8 miscDataSize;
RwUInt8 flags;
RwUInt8 reserved;
};
</pre>