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