RADLib
RADical C++ application framework
RADMedia::SoundFontInfo Struct Reference

Discovered SoundFont descriptor. More...

#include <RADMedia.h>

Public Attributes

std::string path
 Absolute or user-provided path. More...
 
std::string name
 Display name derived from the file name. More...
 
SoundFontType type = SoundFontType::Unknown
 SoundFont container type. More...
 

Detailed Description

Discovered SoundFont descriptor.

Member Data Documentation

◆ name

std::string RADMedia::SoundFontInfo::name

Display name derived from the file name.

◆ path

std::string RADMedia::SoundFontInfo::path

Absolute or user-provided path.

◆ type

SoundFontType RADMedia::SoundFontInfo::type = SoundFontType::Unknown

SoundFont container type.


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