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>
This commit is contained in:
@@ -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. */
|
||||||
|
|||||||
Reference in New Issue
Block a user