Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
Simple base coder interface
| Name | IAVCoder |
| Type | class |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h |
| Include Path | #include "AVCoder.h" |
Syntax
class IAVCoder
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IAVCoder() |
AVCoder.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Factories | TMap< FTypeID, TMap< FTypeID, TMap< FTypeID, TSharedPtr< void > > > > | Type-erased factory list. | AVCoder.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Force any pending configuration to apply. | AVCoder.h | ||
void Close() |
Gracefully tear down the underlying coder architecture. | AVCoder.h | |
TSharedPtr< FAVDevice > const & GetDevice() |
AVCoder.h | ||
TSharedPtr< FAVInstance > const & GetInstance() |
AVCoder.h | ||
bool IsOpen() |
AVCoder.h | ||
FAVResult Open
(
TSharedRef< FAVDevice > const& NewDevice, |
Construct the underlying coder architecture on a physical device with a configuration. | AVCoder.h |