diff options
| author | 2022-08-22 20:48:17 +0000 | |
|---|---|---|
| committer | 2022-08-22 20:48:17 +0000 | |
| commit | cc304e90cfa0ade88fcc3770d3ef9ca5bfa8810c (patch) | |
| tree | e1302f41bff1a95c150c699eb866eae83620a5d0 | |
| parent | e6a6d58fa2734376a8826f5afc2ad507043fd89f (diff) | |
| parent | 58e6e6d4484ab3184166d32fb7fd35145b2eae5d (diff) | |
Merge "audio: Clarify comments on AudioPortMixExt fields" am: 58e6e6d448
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2191216
Change-Id: I48be75318780893b61e88742324db0708cd4f7a6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | media/aidl/android/media/audio/common/AudioPortMixExt.aidl | 4 |
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. */ |