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