Navigation
API > API/Plugins > API/Plugins/ElectraSubtitles
Inheritance Hierarchy
- IModularFeature
- IElectraSubtitleModularFeature
References
| Module | ElectraSubtitles |
| Header | /Engine/Plugins/Media/ElectraSubtitles/Source/ElectraSubtitles/Public/IElectraSubtitleModule.h |
| Include | #include "IElectraSubtitleModule.h" |
Syntax
class IElectraSubtitleModularFeature : public IModularFeature
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IElectraSubtitleDecoder, ESPMode::ThreadSafe > | CreateDecoderForFormat
(
const FString& SubtitleCodecName |
Called to create a decoder for the given format from this plugin's modular feature. | |
| int32 | GetPriorityForFormat
(
const FString& SubtitleCodecName |
Returns a priority for this plugin's subtitle format feature. | |
| void | GetSupportedFormats
(
TArray< FString >& OutSupportedCodecNames |
Returns a list of the supported subtitle codecs. | |
| bool | SupportsFormat
(
const FString& SubtitleCodecName |
Queries whether or not this plugin's modular feature is capable of handling subtitles of the specified format. |