Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/FPixelStreamingPeerConnection
Description
Sets a video source that can supply this connection with frame data. @params InVideoSource The source of frame data.
| Name | SetVideoSource |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/PixelStreamingPeerConnection.h |
| Include Path | #include "PixelStreamingPeerConnection.h" |
| Source | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Private/PixelStreamingPeerConnection.cpp |
void SetVideoSource
(
rtc::scoped_refptr< webrtc::VideoTrackSourceInterface > InVideoSource
)