Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
This struct defines the memory footprint of a block of data.
| Name | FAVLayout |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVLayout.h |
| Include Path | #include "AVLayout.h" |
Syntax
struct FAVLayout
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAVLayout () |
AVLayout.h | ||
FAVLayout
(
uint32 Stride, |
AVLayout.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Offset | uint32 | AVLayout.h | ||
| Size | uint32 | AVLayout.h | ||
| Stride | uint32 | AVLayout.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
FAVLayout const& RHS |
AVLayout.h | ||
bool operator==
(
FAVLayout const& RHS |
AVLayout.h |