Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/FPixelStreamingPeerConnection
References
| Module | PixelStreaming |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/PixelStreamingPeerConnection.h |
| Include | #include "PixelStreamingPeerConnection.h" |
| Source | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Private/PixelStreamingPeerConnection.cpp |
void SetVideoSink
&40;
rtc::VideoSinkInterface< webrtc::VideoFrame > &42; InSink
&41;
Remarks
Sets a video sink on this connection that will receive frame data from this connection.
Parameters
| Name | Description |
|---|---|
| InSink | The sink that will receive the frame data. |