Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/FCodecTypeFormat
| |
|
| Name |
FVideo |
| Type |
struct |
| Header File |
/Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/CodecTypeFormat.h |
| Include Path |
#include "CodecTypeFormat.h" |
Syntax
struct FVideo
Structs
| Name |
Remarks |
| FColorInfo |
Codec specific color information. These do not necessarily correspond to MPEG definitions! |
| FProfile |
Codec specific profile, level, etc. |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AspectRatioH |
uint32 |
|
CodecTypeFormat.h |
|
| AspectRatioW |
uint32 |
|
CodecTypeFormat.h |
|
| BitDepth |
uint32 |
|
CodecTypeFormat.h |
|
| FrameRate |
FFrameRate |
|
CodecTypeFormat.h |
|
| Height |
uint32 |
|
CodecTypeFormat.h |
|
| OptColorInfo |
TOptional< FColorInfo > |
|
CodecTypeFormat.h |
|
| Profile |
FProfile |
|
CodecTypeFormat.h |
|
| Width |
uint32 |
|
CodecTypeFormat.h |
|