Navigation
API > API/Plugins > API/Plugins/SharedMemoryMedia
Output information for a SharedMemory media capture.
| Name | USharedMemoryMediaOutput |
| Type | class |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/SharedMemoryMedia/Public/SharedMemoryMediaOutput.h |
| Include Path | #include "SharedMemoryMediaOutput.h" |
Syntax
UCLASS (BlueprintType)
class USharedMemoryMediaOutput : public UMediaOutput
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMediaOutput → USharedMemoryMediaOutput
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCrossGpu | bool | If checked, the texture will be shared across different GPUs. | SharedMemoryMediaOutput.h |
|
| bInvertAlpha | bool | If checked, the alpha channel of the texture will be inverted | SharedMemoryMediaOutput.h |
|
| UniqueName | FString | Shared memory will be opened by using this name. Should be unique per media output. | SharedMemoryMediaOutput.h |
|
Functions
Public
Overridden from UMediaOutput
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EMediaCaptureConversionOperation GetConversionOperation
(
EMediaCaptureSourceType InSourceType |
SharedMemoryMediaOutput.h | ||
virtual EPixelFormat GetRequestedPixelFormat() |
SharedMemoryMediaOutput.h | ||
virtual FIntPoint GetRequestedSize() |
SharedMemoryMediaOutput.h | ||
virtual bool Validate
(
FString& FailureReason |
SharedMemoryMediaOutput.h |
Protected
Overridden from UMediaOutput
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UMediaCapture * CreateMediaCaptureImpl() |
SharedMemoryMediaOutput.h |