Navigation
API > API/Plugins > API/Plugins/BlackmagicCore
References
| Module | BlackmagicCore |
| Header | /Engine/Plugins/Media/BlackmagicMedia/Source/BlackmagicCore/Public/BlackmagicLib.h |
| Include | #include "BlackmagicLib.h" |
Syntax
struct FTimecode
Remarks
FTimecode definition limited to 30fps
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsDropFrame | ||
| uint32_t | Frames | ||
| uint32_t | Hours | ||
| uint32_t | Minutes | ||
| uint32_t | Seconds |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTimecode () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FTimecode& Other |