Navigation
API > API/Plugins > API/Plugins/PixelStreaming2 > API/Plugins/PixelStreaming2/IPixelStreaming2VideoSink
References
| Module | PixelStreaming2 |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/IPixelStreaming2VideoSink.h |
| Include | #include "IPixelStreaming2VideoSink.h" |
void AddVideoConsumer
(
IPixelStreaming2VideoConsumer * VideoConsumer
)
Remarks
Add a video consumer to the sink.
Parameters
| Name | Description |
|---|---|
| VideoConsumer | The video consumer to add to the sink. |