Navigation
API > API/Plugins > API/Plugins/MediaIOCore
Double field lines, keeping temporal resolution but halving texture vertical resolution.
| Name | UBobDeinterlacer |
| Type | class |
| Header File | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreDeinterlacer.h |
| Include Path | #include "MediaIOCoreDeinterlacer.h" |
Syntax
UCLASS (MinimalAPI)
class UBobDeinterlacer : public UVideoDeinterlacer
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UVideoDeinterlacer → UBobDeinterlacer
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 |