Navigation
API > API/Plugins > API/Plugins/SharedMemoryMedia
Media source for SharedMemory streams.
| Name | USharedMemoryMediaSource |
| Type | class |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/SharedMemoryMedia/Public/SharedMemoryMediaSource.h |
| Include Path | #include "SharedMemoryMediaSource.h" |
Syntax
UCLASS (BlueprintType, HideCategories=(Platforms, Object))
class USharedMemoryMediaSource : public UMediaSource
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMediaSource → USharedMemoryMediaSource
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bZeroLatency | bool | Zero latency option to wait for the cross gpu texture rendered on the same frame. | SharedMemoryMediaSource.h |
|
| Mode | ESharedMemoryMediaSourceMode | Mode of operation when receiving data. | SharedMemoryMediaSource.h |
|
| UniqueName | FString | Shared memory will be found by using this name. Should match the media output setting. | SharedMemoryMediaSource.h |
|
Functions
Public
Overridden from UMediaSource
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetUrl() |
SharedMemoryMediaSource.h | ||
virtual bool Validate() |
SharedMemoryMediaSource.h |
Overridden from IMediaOptions
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool GetMediaOption
(
const FName& Key, |
SharedMemoryMediaSource.h | ||
virtual int64 GetMediaOption
(
const FName& Key, |
SharedMemoryMediaSource.h | ||
virtual FString GetMediaOption
(
const FName& Key, |
SharedMemoryMediaSource.h | ||
virtual bool HasMediaOption
(
const FName& Key |
SharedMemoryMediaSource.h |