Merge "audio: Clarify comments on AudioPortMixExt fields"

This commit is contained in:
Treehugger Robot
2022-08-22 20:25:37 +00:00
committed by Gerrit Code Review

View File

@@ -32,12 +32,12 @@ parcelable AudioPortMixExt {
AudioPortMixExtUseCase usecase; AudioPortMixExtUseCase usecase;
/** /**
* Maximum number of input or output streams that can be simultaneously * Maximum number of input or output streams that can be simultaneously
* opened for this port. * opened for this port. '0' means 'unlimited'.
*/ */
int maxOpenStreamCount; int maxOpenStreamCount;
/** /**
* Maximum number of input or output streams that can be simultaneously * 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; int maxActiveStreamCount;
/** Mute duration while changing device, when used for output. */ /** Mute duration while changing device, when used for output. */