Navigation
API > API/Plugins > API/Plugins/IngestLiveLinkDevice
| Name | FCaptureExtractVideoInfo |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerApp/Source/IngestLiveLinkDevice/Public/Utils/CaptureExtractTimecode.h |
| Include Path | #include "Utils/CaptureExtractTimecode.h" |
Syntax
class FCaptureExtractVideoInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCaptureExtractVideoInfo() |
Utils/CaptureExtractTimecode.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FExtractResult | TValueOrError< void, UE::CaptureManager::ECaptureExtractInfoError > | Utils/CaptureExtractTimecode.h | |
| FResult | TValueOrError< FCaptureExtractVideoInfo, UE::CaptureManager::ECaptureExtractInfoError > | Utils/CaptureExtractTimecode.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TimeoutPeriod | int32 | Utils/CaptureExtractTimecode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FrameRate | FFrameRate | Utils/CaptureExtractTimecode.h | ||
| TimecodeInfo | UE::CaptureManager::FTimecodeInfo | Utils/CaptureExtractTimecode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFrameRate GetFrameRate() |
Utils/CaptureExtractTimecode.h | ||
FTimecode GetTimecode() |
Utils/CaptureExtractTimecode.h | ||
FFrameRate GetTimecodeRate() |
Utils/CaptureExtractTimecode.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FResult Create
(
const FString& InFilePath |
Utils/CaptureExtractTimecode.h |