Navigation
API > API/Plugins > API/Plugins/MediaIOCore
Discards one of the field entirely (based on InterlaceFieldOrder), halving both temporal and spatial resolutions.
| Name | UDiscardDeinterlacer |
| Type | class |
| Header File | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreDeinterlacer.h |
| Include Path | #include "MediaIOCoreDeinterlacer.h" |
Syntax
UCLASS (MinimalAPI)
class UDiscardDeinterlacer : public UVideoDeinterlacer
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UVideoDeinterlacer → UDiscardDeinterlacer
Functions
Public
Overridden from UVideoDeinterlacer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< UE::MediaIOCore::FDeinterlacer > Instantiate
(
UE::MediaIOCore::FDeinterlacer::FOnAcquireSample_AnyThread InAcquireSampleDelegate, |
Creates an instance of a FDeinterlacer that represents a deinterlacing algorithm. | MediaIOCoreDeinterlacer.h |