Navigation
API > API/Plugins > API/Plugins/RivermaxMedia > API/Plugins/RivermaxMedia/IRivermaxMediaModule
References
| Module | RivermaxMedia |
| Header | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxMedia/Source/RivermaxMedia/Public/IRivermaxMediaModule.h |
| Include | #include "IRivermaxMediaModule.h" |
TSharedPtr< IMediaPlayer > CreatePlayer
&40;
IMediaEventSink & EventSink
&41;
Remarks
Create a Rivermax 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. |