Moonlight-XboxOG latest
Moonlight Xbox OG is a port of the Moonlight Game Streaming client to the original Xbox console.
network::StreamLaunchConfiguration Struct Reference

Parameters required to start or resume a streaming session. More...

#include <src/network/host_pairing.h>

Public Attributes

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.
 

Detailed Description

Parameters required to start or resume a streaming session.


The documentation for this struct was generated from the following file: