| Description | Hierarchy | Fields | Methods | Properties | 
type WAVEFORMATEXTENSIBLE_SAMPLES = record
you
New wave format development should be based on the WAVEFORMATEXTENSIBLE structure. WAVEFORMATEXTENSIBLE allows you to avoid having to register a new format tag with Microsoft. Simply define a new GUID value for the WAVEFORMATEXTENSIBLE.SubFormat field and use WAVE_FORMAT_EXTENSIBLE in the WAVEFORMATEXTENSIBLE.Format.wFormatTag field.
wValidBitsPerSample: WORD | 
wSamplesPerBlock: WORD | 
wReserved: WORD | 
wValidBitsPerSample: WORD | 
wSamplesPerBlock: WORD | 
| 
 bits of precision */  | 
wReserved: WORD | 
| 
 valid if wBitsPerSample==0 */  | 
(c) 2012 Lake of Soft