Navigation
API > API/Plugins > API/Plugins/WebMMedia
| |
|
| Name |
FWebMFrame |
| Type |
struct |
| Header File |
/Engine/Plugins/Media/WebMMedia/Source/WebMMedia/Public/WebMMediaFrame.h |
| Include Path |
#include "WebMMediaFrame.h" |
Syntax
struct FWebMFrame : public FWebMFrameInfo
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bIsKeyframe |
bool |
|
WebMMediaFrame.h |
|
| CodecName |
FString |
If codec name is set then a new decoder of this format is needed. |
WebMMediaFrame.h |
|
| CodecSpecificData |
TArray< uint8 > |
|
WebMMediaFrame.h |
|
| Data |
TArray< uint8 > |
|
WebMMediaFrame.h |
|
| NumChannels |
int32 |
|
WebMMediaFrame.h |
|
| SamplingRate |
int32 |
|
WebMMediaFrame.h |
|