AudioSettings
Inherits from DataContainer
Summary
Constructors
AudioSettings() |
AudioSettings(guid: Guid) |
AudioSettings(other: DataContainer) |
Properties
Name | Type |
---|---|
waveCacheSize | int |
waveCacheHeadroom | int |
waveCachePruneTimeLimit | float |
waveCacheRsxSize | int |
waveCacheRsxPruneTimeLimit | float |
waveCacheMaxReadIssueCount | int |
waveCacheMaxReadActiveCount | int |
audioCoreCpuLoadLimit | float |
audioCoreCpuLoadRecovery | float |
audioCoreThread | int |
audioCoreMixJobThreadCount | int |
audioCoreMaxMixJobThreadCount | int |
maxAudibleSoundCount | int |
audioCoreMinProcStageVoicesToGoWide | int |
delayLineAllocSize | int |
reverbAllocSize | int |
audioCoreMultipleMixJobsEnabled | bool |
Static members
Name | Type |
---|---|
AudioSettings.typeInfo | TypeInformation |
Constructors
AudioSettings
AudioSettings()
Creates a new AudioSettings frostbite instance.
AudioSettings
AudioSettings(guid: Guid)
Creates a new AudioSettings frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
AudioSettings
AudioSettings(other: DataContainer)
Casts an instance of type DataContainer to AudioSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to AudioSettings. |
Properties
waveCacheSize
int
waveCacheHeadroom
int
waveCachePruneTimeLimit
float
waveCacheRsxSize
int
waveCacheRsxPruneTimeLimit
float
waveCacheMaxReadIssueCount
int
waveCacheMaxReadActiveCount
int
audioCoreCpuLoadLimit
float
audioCoreCpuLoadRecovery
float
audioCoreThread
int
audioCoreMixJobThreadCount
int
audioCoreMaxMixJobThreadCount
int
maxAudibleSoundCount
int
audioCoreMinProcStageVoicesToGoWide
int
delayLineAllocSize
int
reverbAllocSize
int
audioCoreMultipleMixJobsEnabled
bool
Static members
typeInfo
The type information for the AudioSettings type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)