Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/IElectraDecoder
Description
Returns the type of this decoder instance. This is useful to ensure that the correct type was indeed created and you did not get a different type of decoder from the factory if the format was ambiguous.
| Name | GetType |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraDecoder.h |
| Include Path | #include "IElectraDecoder.h" |
EType GetType() const