Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/Video
Inheritance Hierarchy
- FAVResource
- FVideoResource
- TVideoResource
- FVideoResourceCPU
- FVideoResourceCUDA
- FVideoResourceRHI
- FVideoResourceVulkan
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h |
| Include | #include "Video/VideoResource.h" |
Syntax
class FVideoResource : public FAVResource
Remarks
Base wrapper for a video device resource.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVideoResource
(
TSharedRef< FAVDevice > const& Device, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVideoDescriptor const & | |||
| EVideoFormat | GetFormat () |
||
| uint32 | GetHeight () |
||
| FVideoDescriptor const & | |||
| uint32 | GetSize () |
||
| uint32 | GetWidth () |
||
| bool | IsInUse () |
||
| void | SetUsing
(
bool bUsing |