Navigation
API > API/Plugins > API/Plugins/MediaStream
Implement this interface to add a new object handler. If the derived class has a static UClass* Class then it can be added without specifying it.
| Name | IMediaStreamObjectHandler |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MediaStream/Source/MediaStream/Public/IMediaStreamObjectHandler.h |
| Include Path | #include "IMediaStreamObjectHandler.h" |
Syntax
class IMediaStreamObjectHandler : public TSharedFromThis< IMediaStreamObjectHandler >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IMediaStreamObjectHandler
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IMediaStreamObjectHandler() |
IMediaStreamObjectHandler.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMediaPlayer * CreateOrUpdatePlayer
(
const FMediaStreamObjectHandlerCreatePlayerParams& InParams |
Create or update a UMediaPlayer for the provided source. | IMediaStreamObjectHandler.h |