Navigation
API > API/Plugins > API/Plugins/WebMMedia > API/Plugins/WebMMedia/IWebMMediaModule
References
| Module | WebMMedia |
| Header | /Engine/Plugins/Media/WebMMedia/Source/WebMMedia/Public/IWebMMediaModule.h |
| Include | #include "IWebMMediaModule.h" |
TSharedPtr< IMediaPlayer, ESPMode::ThreadSafe > CreatePlayer
&40;
IMediaEventSink & EventSink
&41;
Remarks
Create a WebM based media player. A new media player, or nullptr if a player couldn't be created.
Parameters
| Name | Description |
|---|---|
| EventSink | The object that receives media events from the player. |