Home
last modified time | relevance | path

Searched defs:sfxinfo_struct (Results 1 – 11 of 11) sorted by relevance

/dports/games/odamex/odamex-src-0.7.0/common/
H A Ds_sound.h40 struct sfxinfo_struct struct
47 struct sfxinfo_struct *link; argument
49 int lumpnum; // lump number of sfx
50 unsigned int ms; // [RH] length of sfx in milliseconds
51 unsigned int next, index; // [RH] For hashing
52 unsigned int frequency; // [RH] Preferred playback rate
53 unsigned int length; // [RH] Length of the sound in bytes
/dports/games/heretic/glheretic-1.2/sndserv/
H A Dsoundst.h90 struct sfxinfo_struct struct
93 char* name;
96 sfxinfo_t *link;
99 int priority;
102 void *data;
105 int pitch;
108 int volume;
111 int singularity;
119 int usefulness;
122 int lumpnum;
[all …]
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/linux_x/sndserv/
H A Dsoundst.h92 struct sfxinfo_struct struct
95 char* name;
98 int singularity;
101 int priority;
104 sfxinfo_t* link;
107 int pitch;
110 int volume;
113 void* data;
118 int usefulness;
121 int lumpnum;
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Di_sound.h33 struct sfxinfo_struct struct
36 const char *tagname;
41 char name[9];
44 int priority;
47 sfxinfo_t *link;
50 int pitch;
53 int volume;
58 int usefulness;
61 int lumpnum;
65 int numchannels;
[all …]
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Di_sound.h33 struct sfxinfo_struct struct
36 char *tagname;
41 char name[9];
44 int priority;
47 sfxinfo_t *link;
50 int pitch;
53 int volume;
58 int usefulness;
61 int lumpnum;
65 int numchannels;
[all …]
/dports/games/heretic/glheretic-1.2/soundclient/
H A Dsounds.h81 struct sfxinfo_struct struct
84 char* name;
87 sfxinfo_t *link;
90 int priority;
93 void *data;
96 int pitch;
99 int volume;
102 int singularity;
110 int usefulness;
113 int lumpnum;
[all …]
/dports/games/prboom/prboom-2.5.0/src/
H A Dsounds.h46 struct sfxinfo_struct { struct
49 const char *name; // CPhipps - const
52 int singularity;
55 int priority;
58 sfxinfo_t *link;
61 int pitch;
64 int volume;
67 void *data;
72 int usefulness;
75 int lumpnum;
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dsounds.h46 struct sfxinfo_struct { struct
49 const char *name; // CPhipps - const
52 int singularity;
55 int priority;
58 sfxinfo_t *link;
61 int pitch;
64 int volume;
67 void *data;
72 int usefulness;
75 int lumpnum;
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dsounds.h46 struct sfxinfo_struct { struct
49 const char *name; // CPhipps - const
52 int singularity;
55 int priority;
58 sfxinfo_t *link;
61 int pitch;
64 int volume;
67 void *data;
72 int usefulness;
75 int lumpnum;
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dsounds.h91 struct sfxinfo_struct struct
95 char * name;
101 uint16_t priority;
104 sfxinfo_t* link;
107 byte limit_channels; // number of channels allowed
111 int16_t skinsound;
113 uint32_t flags;
122 int16_t usefulness; // lowest is removed
125 lumpnum_t lumpnum;
127 void* data; // sound data
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dsounds.h53 struct sfxinfo_struct struct
56 const char *name;
62 INT32 priority;
65 INT32 pitch;
68 INT32 volume;
71 void *data;
74 size_t length;
78 INT32 skinsound;
83 INT32 usefulness;
86 lumpnum_t lumpnum;
[all …]