Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/IPixelStreamingModule
Description
Hook to set the input to the external video source. Will also call Start() on the external video source
| Name | SetExternalVideoSourceInput |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/IPixelStreamingModule.h |
| Include Path | #include "IPixelStreamingModule.h" |
void SetExternalVideoSourceInput
(
TSharedPtr < FPixelStreamingVideoInput > InVideoInput
)