FreeRDP/server
Pascal Nowack c5278c874f channels/audin: Rework API to be closer to documentation
The current server side channel handling of AUDIO_INPUT is currently
very constrained:

- Server implementations cannot measure the clients uplink, since the
  Incoming Data PDU is currently unhandled and FreeRDPs DSP handling
  delays the callback call of ReceiveSamples
- Servers currently cannot prefer a different protocol version
- Servers currently cannot change the used format

To solve these issues without running into the risk that some
simplifications constraint certain API usage, rework the current channel
handling to be very close to the documentation.
This means, that all documented API calls can be made by server
implementations and all documented PDUs, that the server side is
expected to receive are just parsed inside FreeRDP and then forwarded to
the API implementation.
2023-05-17 13:33:35 +02:00
..
common [build] removed complex libraries 2023-03-01 08:18:34 +01:00
Mac channels/audin: Rework API to be closer to documentation 2023-05-17 13:33:35 +02:00
proxy [build] fix install with BUILD_SHARED_LIBS=OFF 2023-05-12 08:03:56 +02:00
Sample channels/audin: Rework API to be closer to documentation 2023-05-17 13:33:35 +02:00
shadow channels/audin: Rework API to be closer to documentation 2023-05-17 13:33:35 +02:00
Windows [codec,rfx] refactor API 2023-04-05 20:41:42 +02:00
.gitignore First version of an RDP proxy (#5372) 2019-05-17 14:32:54 +02:00
CMakeLists.txt [build] fix install with BUILD_SHARED_LIBS=OFF 2023-05-12 08:03:56 +02:00
freerdp-server.pc.in [pkg-config] unify exec_prefix 2023-04-24 22:01:15 +02:00
FreeRDP-ServerConfig.cmake.in appropriate names in server & client cmake exports 2016-02-03 13:37:35 +01:00