Sound Bakery  v0.1.0
Open-source audio middleware for games
Loading...
Searching...
No Matches
sbk::engine::soundbank_dependencies Struct Reference

Wraps all events, objects, and sounds needed to package a soundbank. More...

#include <soundbank.h>

Public Attributes

std::vector< std::shared_ptr< sbk::engine::event > > events
 
std::vector< std::shared_ptr< sbk::engine::sound > > sounds
 
std::vector< std::shared_ptr< sbk::engine::node_base > > nodes
 
std::vector< const char * > encodedSoundPaths
 
std::vector< sc_encoding_format > encodingFormats
 
std::vector< std::string > encodedSoundPathsStrings
 

Detailed Description

Wraps all events, objects, and sounds needed to package a soundbank.


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