Navigation
API > API/Plugins > API/Plugins/PixelStreaming2
References
| Module | PixelStreaming2 |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/IPixelStreaming2VideoConsumer.h |
| Include | #include "IPixelStreaming2VideoConsumer.h" |
Syntax
class IPixelStreaming2VideoConsumer
Remarks
An "Video Consumer" is an object that is responsible for outputting the video received from a peer. For example, by rendering to a render target.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ConsumeFrame
(
FTextureRHIRef Frame |
Consume a texture as a video frame. | |
| void | Called when a video consumer is added. | ||
| void | Called when a video consumer is removed. |