Navigation
API > API/Plugins > API/Plugins/TmvMedia
| |
|
| Name |
FTmvMediaTranscodingJobStats |
| Type |
struct |
| Header File |
/Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/Transcoder/TmvMediaTranscodeJob.h |
| Include Path |
#include "Transcoder/TmvMediaTranscodeJob.h" |
Syntax
USTRUCT ()
struct FTmvMediaTranscodingJobStats
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ProcessedFrame |
int32 |
Current processed frame. |
Transcoder/TmvMediaTranscodeJob.h |
|
| StartTime |
double |
Absolute start time. Allows to measure how long it has been running. |
Transcoder/TmvMediaTranscodeJob.h |
|
| StopTime |
double |
Absolute stop time. |
Transcoder/TmvMediaTranscodeJob.h |
|
| TotalFramesToProcess |
int32 |
Total number of frames to process. |
Transcoder/TmvMediaTranscodeJob.h |
|