diff options
| author | 2022-08-22 21:08:49 +0000 | |
|---|---|---|
| committer | 2022-08-22 21:08:49 +0000 | |
| commit | 94cbc8191f8d3d92daac2c2959d359ae11ca0239 (patch) | |
| tree | 052362b79cfe9db816d1aab816d65b3b3247ae14 | |
| parent | 75cf48c8f0fe7f6fefc064b0d2937d78916bfb5c (diff) | |
| parent | cc304e90cfa0ade88fcc3770d3ef9ca5bfa8810c (diff) | |
Merge "audio: Clarify comments on AudioPortMixExt fields" am: 58e6e6d448 am: cc304e90cf
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2191216
Change-Id: I6c1bf9dfab028c0a6949297b5cc6e6a04a310ccb
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. */ |