Navigation
API > API/Plugins > API/Plugins/WmfMediaFactory
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UWmfMediaSettings
References
| Module | WmfMediaFactory |
| Header | /Engine/Plugins/Media/WmfMedia/Source/WmfMediaFactory/Public/WmfMediaSettings.h |
| Include | #include "WmfMediaSettings.h" |
Syntax
UCLASS&40;Config&61;Engine, defaultconfig&41;
class UWmfMediaSettings : public UObject
Remarks
Settings for the WmfMedia plug-in.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | AllowNonStandardCodecs | Whether to allow the loading of media that uses non-standard codecs (default = off). | |
| bool | bAreHardwareAcceleratedCodecRegistered | Set when at least one registered codec is hardware accelerated. | |
| bool | HardwareAcceleratedVideoDecoding | Use hardware accelerated video acceleration (GPU) when possible otherwise fallback to software implementation (CPU), Windows and DX11 only. | |
| bool | LowLatency | Enable low latency processing in the Windows media pipeline (default = off). | |
| bool | NativeAudioOut | Play audio tracks via the operating system's native sound mixer (default = off). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void |