UFO: Alien Invasion
Loading...
Searching...
No Matches
music_t Struct Reference
Collaboration diagram for music_t:
Collaboration graph

Data Fields

char currentTrack [MAX_QPATH]
char nextTrack [MAX_QPATH]
Mix_Music * data
int category
bytebuffer
bool playingStream
bool interruptStream
bool playing

Detailed Description

Definition at line 48 of file s_music.cpp.

Field Documentation

◆ buffer

byte* music_t::buffer

Definition at line 53 of file s_music.cpp.

◆ category

int music_t::category

Definition at line 52 of file s_music.cpp.

◆ currentTrack

char music_t::currentTrack[MAX_QPATH]

Definition at line 49 of file s_music.cpp.

◆ data

Mix_Music* music_t::data

Definition at line 51 of file s_music.cpp.

◆ interruptStream

bool music_t::interruptStream

Definition at line 57 of file s_music.cpp.

◆ nextTrack

char music_t::nextTrack[MAX_QPATH]

Definition at line 50 of file s_music.cpp.

◆ playing

bool music_t::playing

Definition at line 58 of file s_music.cpp.

◆ playingStream

bool music_t::playingStream

if this is set no action to M_Start and M_Stop might happen, otherwise we might run into a deadlock. This is due to the installed hook function for music mixing that is used whenever we stream the music on our own

Definition at line 54 of file s_music.cpp.


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