Navigation
API > API/Plugins > API/Plugins/MediaIOCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVideoDeinterlacer
- UDiscardDeinterlacer
References
| Module | MediaIOCore |
| Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreDeinterlacer.h |
| Include | #include "MediaIOCoreDeinterlacer.h" |
Syntax
UCLASS ()
class UDiscardDeinterlacer : public UVideoDeinterlacer
Remarks
Discards one of the field entirely (based on InterlaceFieldOrder), halving both temporal and spatial resolutions.
Overridden from UVideoDeinterlacer
| 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. |