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 SetWebRTCStatsCallback
&40;
rtc::scoped_refptr< webrtc::RTCStatsCollectorCallback > InCallback
&41;
Remarks
Sets the callback to be used when the stats collector comes knocking. Decides how stats should be collected.
Parameters
| Name | Description |
|---|---|
| InCallback | The callback object. |