OnSoundReloaded | Ran when the file is reloaded/recompiled, etc. |
IsLoaded | true if sound is loaded |
Format | Format of the audio file. |
BitsPerSample | Bits per each sample of this sound file. |
Channels | Number of channels this audio file has. |
BytesPerSample | Bytes per each sample of this sound file. |
SampleFrameSize | Size of one sample, typically this would be "sample size * channel count", but can vary on audio format. |
Rate | Sample rate of this sound file, per second. |
Duration | Duration of the sound this sound file contains, in seconds. |
IsValid | Indicates if the sound file is valid. |
IsValidForPlayback | Indicates if the sound file is valid for playback. |