|
| AudioClipAsset (Uuid uuid, std::string_view name, ALuint buffer, std::uint32_t channelCount, std::uint32_t sampleRate, std::uint16_t bitsPerSample) |
|
| Asset (Uuid uuid, std::string_view name) |
|
virtual AssetType | GetAssetType () const |
|
virtual bool | operator== (const Asset &other) const |
|
virtual bool | operator!= (const Asset &other) const |
|
|
ALuint | buffer = -1 |
|
std::uint32_t | channelCount = 0 |
|
std::uint32_t | sampleRate = 0 |
|
std::uint16_t | bitsPerSample = 0 |
|
Uuid | uuid |
|
std::string | name |
|
size_t | referenceCount = 1 |
|
AssetLoadStatus | assetLoadStatus = AssetLoadStatus::Unloaded |
|
|
static AssetType | GetStaticType () |
|
The documentation for this struct was generated from the following file: