ScummVM API documentation
Dragons::VabSound Class Reference

Public Member Functions

 VabSound (Common::SeekableReadStream *msfData, const DragonsEngine *_vm)
 
 VabSound (Common::SeekableReadStream *vhData, Common::SeekableReadStream *vbData)
 
bool hasSound (uint16 program, uint16 key)
 
Audio::AudioStreamgetAudioStream (uint16 program, uint16 key)
 

Constructor & Destructor Documentation

◆ VabSound() [1/2]

Dragons::VabSound::VabSound ( Common::SeekableReadStream msfData,
const DragonsEngine _vm 
)

Creates a VAB file with both header and body (*.MSF). VabSound will dispose msfData

Parameters
data

◆ VabSound() [2/2]

Dragons::VabSound::VabSound ( Common::SeekableReadStream vhData,
Common::SeekableReadStream vbData 
)

Creates a VAB file with separate header and body (*.VH and *.VB). VabSound will dispose vhData & vbData

Parameters
dataHeader
dataBody

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