Navigation
API > API/Plugins > API/Plugins/ElectraPlayerPlugin
Inheritance Hierarchy
- IModuleInterface
- IElectraPlayerPluginModule
References
| Module | ElectraPlayerPlugin |
| Header | /Engine/Plugins/Media/ElectraPlayer/Source/ElectraPlayerPlugin/Public/IElectraPlayerPluginModule.h |
| Include | #include "IElectraPlayerPluginModule.h" |
Syntax
class IElectraPlayerPluginModule : public IModuleInterface
Remarks
Interface for the ElectraPlayerPlugin module.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IMediaPlayer, ESPMode::ThreadSafe > | CreatePlayer
(
IMediaEventSink& EventSink |
Creates a media player | |
| bool | Is the ElectraPlayerPlugin module initialized? | ||
| void | ReportSubtitlesMetrics
(
const FGuid& PlayerGuid, |
||
| void | ReportVideoStreamingError
(
const FGuid& PlayerGuid, |
||
| void | SendAnalyticMetrics
(
const TSharedPtr< IAnalyticsProviderET >& AnalyticsProvider, |
||
| void | SendAnalyticMetricsPerMinute
(
const TSharedPtr< IAnalyticsProviderET >& AnalyticsProvider |