doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
soundDecoderInfo_t Struct Reference

#include <sound.h>

Public Attributes

idStr name
 
idStr format
 
int numChannels
 
int numSamplesPerSecond
 
int num44kHzSamples
 
int numBytes
 
bool looping
 
float lastVolume
 
int start44kHzTime
 
int current44kHzTime
 

Detailed Description

Definition at line 269 of file sound.h.

Member Data Documentation

int soundDecoderInfo_t::current44kHzTime

Definition at line 279 of file sound.h.

idStr soundDecoderInfo_t::format

Definition at line 271 of file sound.h.

float soundDecoderInfo_t::lastVolume

Definition at line 277 of file sound.h.

bool soundDecoderInfo_t::looping

Definition at line 276 of file sound.h.

idStr soundDecoderInfo_t::name

Definition at line 270 of file sound.h.

int soundDecoderInfo_t::num44kHzSamples

Definition at line 274 of file sound.h.

int soundDecoderInfo_t::numBytes

Definition at line 275 of file sound.h.

int soundDecoderInfo_t::numChannels

Definition at line 272 of file sound.h.

int soundDecoderInfo_t::numSamplesPerSecond

Definition at line 273 of file sound.h.

int soundDecoderInfo_t::start44kHzTime

Definition at line 278 of file sound.h.


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