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 |
virtual void ForEachTransceiver
(
const TFunction < void> & Func
)
Remarks
A method for iterating through all of the tranceivers on the peer connection. You could use this to check for the existence of an audio/video transceiver.
Parameters
| Name | Description |
|---|---|
| Func | The lambda to execute with each transceiver |