102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
mss_sample Struct Reference

Data Fields

uint32_t magic
MIX_Audio * audio
MIX_Track * track
floatpcm_frames
size_t pcm_frame_count
mss_wave_info wave
int base_rate
int current_rate
int rendered_rate
int volume
int pan
int loops
int status
bool rate_overridden
bool paused_by_rate
bool allocated

Detailed Description

Definition at line 14 of file mss_sample.c.

Field Documentation

◆ allocated

bool mss_sample::allocated

Definition at line 30 of file mss_sample.c.

Referenced by is_sample(), and reset_sample_slot().

◆ audio

◆ base_rate

◆ current_rate

◆ loops

int mss_sample::loops

◆ magic

uint32_t mss_sample::magic

Definition at line 15 of file mss_sample.c.

Referenced by is_sample(), and reset_sample_slot().

◆ pan

int mss_sample::pan

◆ paused_by_rate

◆ pcm_frame_count

size_t mss_sample::pcm_frame_count

◆ pcm_frames

◆ rate_overridden

bool mss_sample::rate_overridden

◆ rendered_rate

◆ status

◆ track

◆ volume

int mss_sample::volume

◆ wave

mss_wave_info mss_sample::wave

Definition at line 20 of file mss_sample.c.

Referenced by clear_sample_wave(), load_sample_frames(), and render_sample_audio().


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