Navigation
API > API/Runtime > API/Runtime/MediaAssets > API/Runtime/MediaAssets/FMediaSoundGenerator
| Name | FSoundGeneratorParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/MediaAssets/Public/MediaSoundComponent.h |
| Include Path | #include "MediaSoundComponent.h" |
Syntax
struct FSoundGeneratorParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnvelopeFollowingEnabled | bool | MediaSoundComponent.h | ||
| bSpectralAnalysisEnabled | bool | MediaSoundComponent.h | ||
| CachedRate | float | MediaSoundComponent.h | ||
| CachedTime | FTimespan | MediaSoundComponent.h | ||
| EnvelopeFollowerAttackTime | int32 | MediaSoundComponent.h | ||
| EnvelopeFollowerReleaseTime | int32 | MediaSoundComponent.h | ||
| FrequenciesToAnalyze | TArray< float > | MediaSoundComponent.h | ||
| LastPlaySampleTime | FTimespan | MediaSoundComponent.h | ||
| NumChannels | int32 | MediaSoundComponent.h | ||
| PreviousSampleQueueFlushCount | uint32 | MediaSoundComponent.h | ||
| SampleQueue | TSharedPtr< FMediaAudioSampleQueue, ESPMode::ThreadSafe > | MediaSoundComponent.h | ||
| SampleRate | int32 | MediaSoundComponent.h | ||
| SpectrumAnalyzerSettings | Audio::FSpectrumAnalyzerSettings | MediaSoundComponent.h |