struct EE::Audio::SoundFileFactory::ReaderFactory¶
struct ReaderFactory { // fields bool(* check)(IOStream &); bool(* usesFileExtension)(std::string_view); SoundFileReader*(* create)(); };
struct ReaderFactory { // fields bool(* check)(IOStream &); bool(* usesFileExtension)(std::string_view); SoundFileReader*(* create)(); };