ParsecHostVideoConfig
Host video configuration.
Member of ParsecHostConfig
.
Fields
Type | Name | Description |
---|---|---|
uint32_t | resolutionX | Resolution width. HOST_DESKTOP owner only. |
uint32_t | resolutionY | Resolution height. HOST_DESKTOP owner only. |
uint32_t | encoderFPS | Desired frames per second. |
uint32_t | encoderMaxBitrate | Maximum output bitrate in Mbps, split between guests. |
char | output | ASCII null-terminated output identifier acquired via ParsecGetOutputs . HOST_DESKTOP only;. |
bool | fullFPS | HOST_DESKTOP only, attempt to always stream at encoderFPS . |