Navigation
API > API/Plugins > API/Plugins/MediaIOCore
References
| Module | MediaIOCore |
| Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreDeinterlacer.h |
| Include | #include "MediaIOCoreDeinterlacer.h" |
Syntax
struct FVideoFrame
Remarks
Description of a video frame.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | BufferSize | ||
| const UE::MediaIOCore::FColorFormatArgs & | ColorFormatArgs | ||
| const FFrameRate & | FrameRate | ||
| uint32 | Height | ||
| EMediaTextureSampleFormat | SampleFormat | ||
| uint32 | Stride | ||
| FTimespan | Time | ||
| const TOptional< FTimecode > & | Timecode | ||
| const void * | VideoBuffer | ||
| uint32 | Width |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVideoFrame
(
const void* InVideoBuffer, |