Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
Base wrapper for a video device resource.
| Name | FVideoResource |
| Type | class |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h |
| Include Path | #include "Video/VideoResource.h" |
Syntax
class FVideoResource : public FAVResource
Inheritance Hierarchy
- FAVResource → FVideoResource
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVideoResource
(
TSharedRef< FAVDevice > const& Device, |
Video/VideoResource.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FVideoResource() |
Video/VideoResource.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsInUse | std::atomic< bool > | Video/VideoResource.h | ||
| Descriptor | FVideoDescriptor | Descriptor of video data. | Video/VideoResource.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVideoDescriptor const & GetDescriptor() |
Video/VideoResource.h | ||
EVideoFormat GetFormat() |
Video/VideoResource.h | ||
uint32 GetHeight() |
Video/VideoResource.h | ||
FVideoDescriptor const & GetRawDescriptor() |
Video/VideoResource.h | ||
uint32 GetSize() |
Video/VideoResource.h | ||
uint32 GetWidth() |
Video/VideoResource.h | ||
bool IsInUse() |
Video/VideoResource.h | ||
void SetUsing
(
bool bUsing |
Video/VideoResource.h |