Navigation
API > API/Plugins > API/Plugins/PixelStreaming2
References
| Module | PixelStreaming2 |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/IPixelStreaming2VideoSink.h |
| Include | #include "IPixelStreaming2VideoSink.h" |
Syntax
class IPixelStreaming2VideoSink
Remarks
Interface for a sink that collects video coming in from the browser and passes into into UE.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddVideoConsumer
(
IPixelStreaming2VideoConsumer* VideoConsumer |
Add a video consumer to the sink. | |
| void | RemoveVideoConsumer
(
IPixelStreaming2VideoConsumer* VideoConsumer |
Remove a video consumer to remove from the sink. |