moonlight-stream / moonlight-common-c

Core implementation of Nvidia's GameStream protocol
GNU General Public License v3.0
448 stars 166 forks source link

Add audio context and flags #31

Closed irtimmer closed 7 years ago

irtimmer commented 7 years ago

This allows to send a context and flags to the audio renderer just like currently is possible for the video renderer.

cgutman commented 7 years ago

Probably time to make LiStartConnection() take a single START_PARAMETERS struct or something, but this should be fine for now.