Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/TAVCoder
Wrapper coder that transforms resource/config types for use with a differently typed child coder.
| Name | TWrapper |
| Type | class |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h |
| Include Path | #include "AVCoder.h" |
Syntax
template<typename TChildResource, typename TChildConfig>
class TWrapper : public TDomain< TResource, TConfig >
Inheritance Hierarchy
- TDomain< TResource, TConfig > → TAVCoder::TWrapper
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TWrapper
(
TSharedRef< TDomain< TChildResource, TChildConfig > > const& Child |
AVCoder.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Child | TSharedRef< TDomain< TChildResource, TChildConfig > > | The child coder to wrap. | AVCoder.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FAVResult ApplyConfig() |
AVCoder.h | ||
virtual void Close() |
AVCoder.h | ||
virtual bool IsOpen() |
AVCoder.h | ||
virtual FAVResult Open
(
TSharedRef< FAVDevice > const& NewDevice, |
AVCoder.h |