Parameters required to start or resume a streaming session.
More...
#include <src/network/host_pairing.h>
|
|
int | appId = 0 |
| | Host application identifier that should be launched or resumed.
|
| |
|
int | audioConfiguration = 0 |
| | Moonlight audio configuration bitfield.
|
| |
|
int | clientRefreshRateX100 = 0 |
| | Optional client refresh rate multiplied by 100.
|
| |
|
int | fps = 30 |
| | Requested stream frame rate.
|
| |
|
int | height = 480 |
| | Requested stream height in pixels.
|
| |
|
bool | playAudioOnPc = false |
| | True when the host PC should continue local audio playback during streaming.
|
| |
|
std::string | remoteInputAesIvHex |
| | Hex-encoded 16-byte remote-input AES IV.
|
| |
|
std::string | remoteInputAesKeyHex |
| | Hex-encoded 16-byte remote-input AES key.
|
| |
|
int | width = 640 |
| | Requested stream width in pixels.
|
| |
Parameters required to start or resume a streaming session.
The documentation for this struct was generated from the following file: