Navigation
API > API/Plugins > API/Plugins/MediaStream
Media Stream - Content/type agnostic chainable media proxy with media player integration.
| Name | FMediaStreamModule |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MediaStream/Source/MediaStream/Public/MediaStreamModule.h |
| Include Path | #include "MediaStreamModule.h" |
Syntax
class FMediaStreamModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanAutoplay() |
MediaStreamModule.h | ||
bool CanOpenSourceOnLoad() |
MediaStreamModule.h |
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
MediaStreamModule.h | ||
virtual void StartupModule() |
MediaStreamModule.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnMapLoad
(
const FString& InFilename, |
MediaStreamModule.h | ||
void OnMapOpened
(
const FString& InFilename, |
MediaStreamModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FMediaStreamModule & Get() |
MediaStreamModule.h |