FTEQW
Documentation of the FTE engine source tree.
dma_t Struct Reference

#include <sound.h>

Public Types

enum  {
  QSF_INVALID , QSF_EXTERNALMIXER , QSF_U8 , QSF_S8 ,
  QSF_S16 , QSF_F32
}
 

Public Attributes

int numchannels
 
int samples
 
int samplepos
 
int samplebytes
 
enum dma_t:: { ... }  sampleformat
 
int speed
 
unsigned char * buffer
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
QSF_INVALID 
QSF_EXTERNALMIXER 
QSF_U8 
QSF_S8 
QSF_S16 
QSF_F32 

Member Data Documentation

◆ buffer

unsigned char* dma_t::buffer

◆ numchannels

int dma_t::numchannels

◆ samplebytes

int dma_t::samplebytes

◆ 

enum { ... } dma_t::sampleformat

◆ samplepos

int dma_t::samplepos

◆ samples

int dma_t::samples

◆ speed

int dma_t::speed

The documentation for this struct was generated from the following file: