Navigation
API > API/Plugins > API/Plugins/ElectraCodecFactory > API/Plugins/ElectraCodecFactory/IElectraCodecFactory
| |
|
| Name |
IProviderInformation |
| Type |
class |
| Header File |
/Engine/Plugins/Media/ElectraCodecs/Source/ElectraCodecFactory/Public/IElectraCodecFactory.h |
| Include Path |
#include "IElectraCodecFactory.h" |
Syntax
class IProviderInformation
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual ~IProviderInformation()
|
|
IElectraCodecFactory.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Returns implementation, which could be platform specific, or a version specific value. |
IElectraCodecFactory.h |
|
|
Returns the name of the implementation, like `VideoToolbox_ or similar. |
IElectraCodecFactory.h |
|
|
Returns the name of the vendor, if the codec is provided by the OS manufacturer. |
IElectraCodecFactory.h |
|
|
Returns a version number of the implementation. |
IElectraCodecFactory.h |
|
Public Virtual