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
(
rtc::VideoSinkInterface< webrtc::VideoFrame > * InSink
)
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. |