PSXSDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
SsVag Struct Reference

VAG file. More...

#include <psxspu.h>

Data Fields

unsigned int version
 Version.
 
unsigned int data_size
 Data size.
 
unsigned int sample_rate
 Sample rate.
 
unsigned char name [16]
 Name.
 
void * data
 Pointer to sound data.
 
unsigned int spu_addr
 Address in Sound RAM where the sound data was uploaded.
 
char cur_voice
 [Runtime] Voice this VAG is currently being played on
 

Detailed Description

VAG file.

Field Documentation

char SsVag::cur_voice

[Runtime] Voice this VAG is currently being played on

void* SsVag::data

Pointer to sound data.

unsigned int SsVag::data_size

Data size.

unsigned char SsVag::name[16]

Name.

unsigned int SsVag::sample_rate

Sample rate.

unsigned int SsVag::spu_addr

Address in Sound RAM where the sound data was uploaded.

unsigned int SsVag::version

Version.


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