Open Stream commands now also returns outoging MTU for returned socket.
---
android/audio-ipc-api.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/android/audio-ipc-api.txt b/android/audio-ipc-api.txt
index 4aff92c..f4a497d 100644
--- a/android/audio-ipc-api.txt
+++ b/android/audio-ipc-api.txt
@@ -66,7 +66,8 @@ Audio Service (ID 0)
Opcode 0x03 - Open Stream command
Command parameters: Endpoint ID (1 octet)
- Response parameters: Codec configuration length (1 octet)
+ Response parameters: Outgoing MTU (2 octets)
+ Codec configuration length (1 octet)
Codec configuration (1 octet)
File descriptor (inline)
--
1.8.5.2
Hi Andrzej,
On Friday 24 January 2014 15:50:29 Andrzej Kaczmarek wrote:
> Open Stream commands now also returns outoging MTU for returned socket.
> ---
> android/audio-ipc-api.txt | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/android/audio-ipc-api.txt b/android/audio-ipc-api.txt
> index 4aff92c..f4a497d 100644
> --- a/android/audio-ipc-api.txt
> +++ b/android/audio-ipc-api.txt
> @@ -66,7 +66,8 @@ Audio Service (ID 0)
> Opcode 0x03 - Open Stream command
>
> Command parameters: Endpoint ID (1 octet)
> - Response parameters: Codec configuration length (1 octet)
> + Response parameters: Outgoing MTU (2 octets)
> + Codec configuration length (1 octet)
> Codec configuration (1 octet)
> File descriptor (inline)
Applied, thanks.
--
Szymon K. Janc
[email protected]