| 
    libdmf
    0.0.1
    
   A library for processing Deflemask (dmf) files 
   | 
 
#include <libdmf.h>
Public Attributes | |
| unsigned int | size | 
| The size of the sample in unsigned ints.  | |
| unsigned char | name_length | 
| Length of the sample name.  | |
| unsigned char * | name | 
| The name of the sample.  | |
| unsigned char | rate | 
| Bitrate of the sample.  | |
| unsigned char | pitch | 
| Deflemasks weird pitch thing.  | |
| unsigned char | amp | 
| The volume of the sample.  | |
| unsigned char | bits | 
| Bit depth of sample. (8 or 16)  | |
| unsigned short * | data | 
| Actual sample data.  | |
Sample info!