![]() |
Moonlight-XboxOG latest
Moonlight Xbox OG is a port of the Moonlight Game Streaming client to the original Xbox console.
|
| ▼Napp | |
| CAddHostDraft | Controller-friendly draft state for manual host entry |
| CAddHostKeypadState | Controller selection state for the add-host keypad modal |
| CAppNavigationUpdate | Navigation and modal effects emitted by one command update |
| CAppPersistenceUpdate | Persistence and cleanup side effects emitted by one command update |
| CAppRequestUpdate | Network and browsing requests emitted by one command update |
| CAppSettings | Persisted Moonlight user settings stored in TOML |
| CAppsState | State owned by the per-host apps browser |
| CAppUpdate | Result of updating the client shell with a UI command |
| CClientState | Serializable app state for the menu-driven client shell |
| CConfirmationDialogState | Content shown by the destructive-action confirmation dialog |
| CHostAppRecord | App metadata shown on the per-host apps page |
| CHostRecord | Manual host record shown in the shell |
| CHostsState | State owned by the saved-host browser and retained host snapshot |
| CLoadAppSettingsResult | Result of loading the persisted Moonlight settings file |
| CModalState | Context modal state shared by the hosts and apps pages |
| CPairingDraft | Controller-friendly state for a client-generated pairing PIN |
| CParseHostRecordsResult | Result of parsing a serialized host record list |
| CSaveAppSettingsResult | Result of saving the persisted Moonlight settings file |
| CSettingsState | State owned by the settings, log viewer, and saved-file workflows |
| CShellState | Shell-wide state that is not owned by a specific workflow screen |
| ▼Nlogging | |
| ▼Ndetail | |
| CGlobalLoggingState | Process-wide mutable logger state shared by the logging helpers |
| CLoadLogFileResult | Result of loading the persisted log file for the shell viewer |
| CLogEntry | Structured log entry stored by the in-memory logger |
| CLogger | Small in-memory logger with a ring buffer and optional sinks |
| CLogSourceLocation | Optional source location captured for a structured log entry |
| CLogTimestamp | Local wall-clock timestamp captured for each retained log entry |
| CRuntimeLogFileSink | Small helper that targets one persisted runtime log file |
| ▼Nnetwork | |
| ▼Ntesting | |
| CHostPairingHttpTestRequest | Scripted HTTP request details exposed to host-pairing unit tests |
| CHostPairingHttpTestResponse | Scripted HTTP response returned by a host-pairing unit-test handler |
| CDiscoveredHost | One Moonlight-compatible host discovered through mDNS/DNS-SD |
| CDiscoverHostsResult | Result of one host auto-discovery sweep |
| CHostAppEntry | One application entry returned by the host app list API |
| CHostPairingRequest | Parameters required to perform a host pairing request |
| CHostPairingResult | Outcome of attempting to pair with a host |
| CHostPairingServerInfo | Parsed host status fields used by browsing and pairing flows |
| CPairingIdentity | Client identity material used for Moonlight host pairing |
| CRuntimeNetworkStatus | Summary of runtime network initialization and the active IPv4 configuration |
| CStreamLaunchConfiguration | Parameters required to start or resume a streaming session |
| CStreamLaunchResult | Parsed result of a successful /launch or /resume request |
| ▼Nsplash | |
| CSplashLayout | Rectangle used for splash image placement |
| ▼Nstartup | |
| CListSavedFilesResult | Result of enumerating Moonlight-managed files on disk |
| CLoadClientIdentityResult | Result of loading persisted client pairing identity material |
| CLoadCoverArtResult | Result of loading cached cover art bytes from disk |
| CLoadSavedHostsResult | Result of loading persisted saved hosts from disk |
| CSaveClientIdentityResult | Result of saving client pairing identity material |
| CSaveCoverArtResult | Result of saving cached cover art bytes to disk |
| CSavedFileCatalogConfig | Optional path overrides used to inspect Moonlight-managed files |
| CSavedFileEntry | Describes one Moonlight-managed file that exists on disk |
| CSaveSavedHostsResult | Result of saving the current saved-host list to disk |
| CVideoModeSelection | Represents the set of available video modes and the chosen best mode |
| ▼Nstreaming | |
| CFfmpegStreamBackend | Owns the FFmpeg decode and SDL presentation state for one stream |
| CStreamStatisticsSnapshot | Snapshot of stream telemetry shown in diagnostics or stream summaries |
| ▼Nui | |
| CHostProbeResult | One completed saved-host reachability probe |
| CHostProbeResultQueue | Thread-safe queue used to publish per-host probe results back to the shell loop |
| CMenuItem | Item shown in a focus-driven menu |
| CMenuModel | Menu state that supports controller and keyboard navigation |
| CMenuUpdate | Result of applying a UI command to a menu |
| CShellActionRow | Render-ready vertical action row used by menus and modals |
| CShellAppTile | Render-ready app tile for the per-host apps page |
| CShellFooterAction | Render-ready footer chip pairing a button icon with an action label |
| CShellFrameView | Shell-wide frame metadata shared across all render paths |
| CShellHostTile | Render-ready host tile for the Moonlight-style hosts page |
| CShellKeypadModalView | Add-host keypad modal view rendered above the split add-host screen |
| CShellLogViewerView | Embedded log viewer state surfaced by the log-file modal |
| CShellModalButton | Render-ready button in the keypad modal |
| CShellModalView | Modal dialog view rendered on top of the current shell page |
| CShellNotification | Render-ready bottom-right notification shown above the shell content |
| CShellNotificationView | Transient notification view rendered above the main shell content |
| CShellOverlayView | Diagnostics overlay view rendered above the shell content |
| CShellPageContentView | Main page content shown behind overlays and modals |
| CShellToolbarButton | Render-ready button shown in the hosts toolbar |
| CShellViewModel | Render-ready shell state derived from the app model |
| Cfd_set | Minimal socket descriptor set used by the lwIP-backed select shim |