SoundSpec Struct Reference

#include <Sound.h>

# Public Attributes

char * name
 Name.
bool loop
 Play in loop.
uint16 targetTimerResolutionUS
 Tick duration in US.
SoundTrackSpec ** soundTrackSpecs
 Tracks.

# Detailed Description

A Sound spec

Definition at line 54 of file Sound.h.

# Member Data Documentation

# loop

bool SoundSpec::loop

Play in loop.

Definition at line 60 of file Sound.h.

# name

char* SoundSpec::name

Name.

Definition at line 57 of file Sound.h.

# soundTrackSpecs

SoundTrackSpec** SoundSpec::soundTrackSpecs

Tracks.

Definition at line 66 of file Sound.h.

# targetTimerResolutionUS

uint16 SoundSpec::targetTimerResolutionUS

Tick duration in US.

Definition at line 63 of file Sound.h.


The documentation for this struct was generated from the following file:
  • VUEngine-Core/source/Sound/Sound.h