Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/IPixelStreamingModule
Description
Sets the encoder codec for the whole Pixel Streaming module. Should be called before any streaming starts.
| Name | SetCodec |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/IPixelStreamingModule.h |
| Include Path | #include "IPixelStreamingModule.h" |
void SetCodec
(
EPixelStreamingCodec Codec
)
Parameters
| Name | Remarks |
|---|---|
| Codec | A valid EPixelStreamingCodec value. |