naev 0.11.5
alGroup_t Struct Reference

Data Fields

int id
 
ALuint * sources
 
int nsources
 
voice_state_t state
 
int fade_timer
 
int speed
 
double volume
 
double pitch
 

Detailed Description

Definition at line 116 of file sound.c.

Field Documentation

◆ fade_timer

int alGroup_t::fade_timer

Fadeout timer.

Definition at line 124 of file sound.c.

◆ id

int alGroup_t::id

Group ID.

Definition at line 117 of file sound.c.

◆ nsources

int alGroup_t::nsources

Number of sources in the group.

Definition at line 121 of file sound.c.

◆ pitch

double alGroup_t::pitch

Pitch of the group.

Definition at line 127 of file sound.c.

◆ sources

ALuint* alGroup_t::sources

Sources in the group.

Definition at line 120 of file sound.c.

◆ speed

int alGroup_t::speed

Whether or not pitch affects.

Definition at line 125 of file sound.c.

◆ state

voice_state_t alGroup_t::state

Currently global group state.

Definition at line 123 of file sound.c.

◆ volume

double alGroup_t::volume

Volume of the group.

Definition at line 126 of file sound.c.


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