Navigation
API > API/Plugins > API/Plugins/MediaIOCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVideoDeinterlacer
- UBlendDeinterlacer
- UBobDeinterlacer
- UDiscardDeinterlacer
References
| Module | MediaIOCore |
| Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreDeinterlacer.h |
| Include | #include "MediaIOCoreDeinterlacer.h" |
Syntax
UCLASS&40;Abstract, EditInlineNew&41;
class UVideoDeinterlacer : public UObject
Remarks
Represents a deinterlacing algorithm. Will dictate how the incoming video signal is converted from interlace to a progressive signal.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< UE::MediaIOCore::FDeinterlacer > | Instantiate
(
UE::MediaIOCore::FDeinterlacer::FOnAcquireSample_AnyThread InAcquireSampleDelegate, |
Creates an instance of a FDeinterlacer that represents a deinterlacing algorithm. |