summaryrefslogtreecommitdiff
path: root/include/audiomanagertypes.h
diff options
context:
space:
mode:
authorMartin Koch <51775589+mkoch-aditg@users.noreply.github.com>2020-07-24 07:41:20 +0200
committerGitHub <noreply@github.com>2020-07-24 07:41:20 +0200
commit39e6759f9e972d23bb1f7831da80983d32f9c1ea (patch)
tree79f4bfa043dff9be147e52d3be6e4f67e0f7fece /include/audiomanagertypes.h
parent4b34f9dc67e4ff1948d233346c2e5e3b14b8e78a (diff)
parent803e0cf63c20c5f756b5f1bc1dfe332a9a1c3a18 (diff)
downloadaudiomanager-39e6759f9e972d23bb1f7831da80983d32f9c1ea.tar.gz
Merge pull request #58 from GENIVI/EarlyAudio
Early Audio implementation
Diffstat (limited to 'include/audiomanagertypes.h')
-rwxr-xr-xinclude/audiomanagertypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/audiomanagertypes.h b/include/audiomanagertypes.h
index 99e01e2..469fcd5 100755
--- a/include/audiomanagertypes.h
+++ b/include/audiomanagertypes.h
@@ -451,6 +451,7 @@ enum am_Handle_e
H_SETVOLUMES = 11,
H_SETSINKNOTIFICATION = 12,
H_SETSOURCENOTIFICATION = 13,
+ H_TRANSFERCONNECTION = 14,
H_MAX
};