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