Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/TAVCoder_TDomain_void_void
Description
Construct the underlying coder architecture on a physical device with a configuration.
Virtual Inheritance
- IAVCoder::Open → TAVCoder< TDomain, void, void >::Open
| Name | Open |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h |
| Include Path | #include "AVCoder.h" |
virtual FAVResult Open
(
TSharedRef < FAVDevice > const & NewDevice,
TSharedRef < FAVInstance > const & NewInstance
)
Result of the operation,
Parameters
| Name | Remarks |
|---|---|
| NewDevice | The physical device on which to construct this coder. |
| NewInstance | The cache with which to construct this coder. |