![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "MediaSoundComponent.h"#include "MediaAssetsPrivate.h"#include "Components/BillboardComponent.h"#include "Engine/Texture2D.h"#include "IMediaAudioSample.h"#include "IMediaClock.h"#include "IMediaClockSink.h"#include "IMediaModule.h"#include "IMediaPlayer.h"#include "MediaAudioResampler.h"#include "Misc/ScopeLock.h"#include "Sound/AudioSettings.h"#include "UObject/UObjectGlobals.h"#include "ProfilingDebugging/CsvProfiler.h"#include "MediaPlayer.h"#include "MediaPlayerFacade.h"Classes | |
| class | FMediaSoundComponentClockSink |
| CSV_DECLARE_CATEGORY_MODULE_EXTERN | ( | MEDIA_API | , |
| MediaStreaming | |||
| ) |
| DECLARE_DWORD_COUNTER_STAT | ( | TEXT("MediaUtils MediaSoundComponent Queued") | , |
| STAT_Media_SoundCompQueued | , | ||
| STATGROUP_Media | |||
| ) |
| DECLARE_FLOAT_COUNTER_STAT | ( | TEXT("MediaUtils MediaSoundComponent SampleTime") | , |
| STAT_MediaUtils_MediaSoundComponentSampleTime | , | ||
| STATGROUP_Media | |||
| ) |
| DECLARE_FLOAT_COUNTER_STAT | ( | TEXT("MediaUtils MediaSoundComponent Sync") | , |
| STAT_MediaUtils_MediaSoundComponentSync | , | ||
| STATGROUP_Media | |||
| ) |