Navigation
API > API/Plugins > API/Plugins/BlackmagicCore > API/Plugins/BlackmagicCore/IInputEventCallback
| Name | FFrameReceivedInfo |
| Type | struct |
| Header File | /Engine/Plugins/Media/BlackmagicMedia/Source/BlackmagicCore/Public/BlackmagicLib.h |
| Include Path | #include "BlackmagicLib.h" |
Syntax
struct FFrameReceivedInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFrameReceivedInfo() |
BlackmagicLib.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AudioBuffer | void * | Audio. | BlackmagicLib.h | |
| AudioBufferSize | int32_t | BlackmagicLib.h | ||
| AudioRate | int32_t | BlackmagicLib.h | ||
| bHasInputSource | bool | BlackmagicLib.h | ||
| bHaveTimecode | bool | Timecode. | BlackmagicLib.h | |
| FieldDominance | EFieldDominance | BlackmagicLib.h | ||
| FrameNumber | int64_t | BlackmagicLib.h | ||
| FullPixelFormat | EFullPixelFormat | BlackmagicLib.h | ||
| HDRMetaData | FHDRMetaData | BlackmagicLib.h | ||
| NumberOfAudioChannel | int32_t | BlackmagicLib.h | ||
| PixelFormat | EPixelFormat | BlackmagicLib.h | ||
| Timecode | FTimecode | BlackmagicLib.h | ||
| VideoBuffer | void * | Video. | BlackmagicLib.h | |
| VideoHeight | int32_t | BlackmagicLib.h | ||
| VideoPitch | int32_t | BlackmagicLib.h | ||
| VideoWidth | int32_t | BlackmagicLib.h |