Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/Core > API/Plugins/ElectraBase/Core/FMediaRunnable
References
| Module | ElectraBase |
| Header | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/Core/MediaThreads.h |
| Include | #include "Core/MediaThreads.h" |
| Source | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Private/Core/MediaThreads.cpp |
static FMediaRunnable * Create
(
int32 CoreAffinityMask,
EThreadPriority Priority,
uint32 StackSize,
const FString & InThreadName
)
Remarks
Creates a new thread. Actually only the parameters are set, but no actual thread is created. We leave this to the Start() function so it becomes possible to change parameters after construction. New runnable object
Parameters
| Name | Description |
|---|---|
| InCoreAffinityMask | |
| InPriority | |
| InStackSize | |
| InThreadName |