naev 0.12.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 71 of file sound.c.

Field Documentation

◆ buf

ALuint alSound::buf

Buffer data.

Definition at line 76 of file sound.c.

◆ channels

int alSound::channels

Number of channels of the buffer.

Definition at line 75 of file sound.c.

◆ filename

char* alSound::filename

Name of the file loaded from.

Definition at line 72 of file sound.c.

◆ length

double alSound::length

Length of the buffer.

Definition at line 74 of file sound.c.

◆ name

char* alSound::name

Buffer's name.

Definition at line 73 of file sound.c.


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