summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2022-08-22 21:34:33 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2022-08-22 21:34:33 +0000
commit4965ef5e8985e450ca02de4d33d348c46df311f7 (patch)
treeed8ad8c8486dd33a61fb5ae1d0c256578338c68a
parent895b372f7721adf6d162ec894a42a590726aa1c1 (diff)
parent94cbc8191f8d3d92daac2c2959d359ae11ca0239 (diff)
Merge "audio: Clarify comments on AudioPortMixExt fields" am: 58e6e6d448 am: cc304e90cf am: 94cbc8191f
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2191216 Change-Id: Ib131279e67ebeab34c75ce223d30163a99a68554 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--media/aidl/android/media/audio/common/AudioPortMixExt.aidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/aidl/android/media/audio/common/AudioPortMixExt.aidl b/media/aidl/android/media/audio/common/AudioPortMixExt.aidl
index f3613a4ae31f..eb117eca52bd 100644
--- a/media/aidl/android/media/audio/common/AudioPortMixExt.aidl
+++ b/media/aidl/android/media/audio/common/AudioPortMixExt.aidl
@@ -32,12 +32,12 @@ parcelable AudioPortMixExt {
AudioPortMixExtUseCase usecase;
/**
* Maximum number of input or output streams that can be simultaneously
- * opened for this port.
+ * opened for this port. '0' means 'unlimited'.
*/
int maxOpenStreamCount;
/**
* Maximum number of input or output streams that can be simultaneously
- * active for this port.
+ * active for this port. '0' means 'all opened streams'.
*/
int maxActiveStreamCount;
/** Mute duration while changing device, when used for output. */