Struct AudioQueueItem
Public Attributes
| Type | Name |
|---|---|
| union AudioQueueItem | data |
| struct SoundEffect | sfx |
| struct StreamedSoundPlayerCommand | streamCmd |
| enum AudioQueueItemType | type |
Public Attributes Documentation
variable data
union AudioQueueItem AudioQueueItem::data;
variable sfx
struct SoundEffect AudioQueueItem::sfx;
variable streamCmd
struct StreamedSoundPlayerCommand AudioQueueItem::streamCmd;
variable type
enum AudioQueueItemType AudioQueueItem::type;
The documentation for this class was generated from the following file /home/runner/work/2DFarmingRPG/2DFarmingRPG/Stardew/engine/src/core/Audio.c