ContentMeta
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
FileLoadType | buildercomponent | ||
MaxVolume | |||
Name | |||
Normalize |
Properties
FileLoadType : AudioFileLoadType
If Streamed is selected, or if Auto is selected and the file is longer than one minute, the sound file will be streamed from disk at runtime instead of loaded into memory. Streaming files can't be played multiple times simultaneously and can't use loop tails.
var FileLoadType : AudioFileLoadType
MaxVolume : real
The volume of the sound will be altered so that the highest volume peak matches this value. All audio samples will be adjusted equally.
var MaxVolume : Real
Name : string
var Name : String
Normalize : boolean
If true, the audio will be normalized when loaded so that the highest volume peak matches the MaxVolume value.
var Normalize : Boolean