naev 0.11.5
alSound Struct Reference

Contains a sound buffer. More...

Data Fields

char * filename
 
char * name
 
double length
 
int channels
 
ALuint buf
 

Detailed Description

Contains a sound buffer.

Definition at line 74 of file sound.c.

Field Documentation

◆ buf

ALuint alSound::buf

Buffer data.

Definition at line 79 of file sound.c.

◆ channels

int alSound::channels

Number of channels of the buffer.

Definition at line 78 of file sound.c.

◆ filename

char* alSound::filename

Name of the file loaded from.

Definition at line 75 of file sound.c.

◆ length

double alSound::length

Length of the buffer.

Definition at line 77 of file sound.c.

◆ name

char* alSound::name

Buffer's name.

Definition at line 76 of file sound.c.


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