Skip to content
Snippets Groups Projects
Commit be284ebf authored by Shunkai Yao's avatar Shunkai Yao
Browse files

Update AudioFormat setChannelMask comment

Bug: 282915771
Test: m
Change-Id: Ief15b6e79a1f0f3429726e98a91f8ca0def9637d
parent a199526d
No related branches found
No related tags found
No related merge requests found
...@@ -1240,7 +1240,8 @@ public final class AudioFormat implements Parcelable { ...@@ -1240,7 +1240,8 @@ public final class AudioFormat implements Parcelable {
* {@link AudioFormat#CHANNEL_OUT_SIDE_RIGHT}. * {@link AudioFormat#CHANNEL_OUT_SIDE_RIGHT}.
* <p> For a valid {@link AudioTrack} channel position mask, * <p> For a valid {@link AudioTrack} channel position mask,
* the following conditions apply: * the following conditions apply:
* <br> (1) at most eight channel positions may be used; * <br> (1) at most {@link AudioSystem#OUT_CHANNEL_COUNT_MAX} channel positions may be
* used;
* <br> (2) right/left pairs should be matched. * <br> (2) right/left pairs should be matched.
* <p> For input or {@link AudioRecord}, the mask should be * <p> For input or {@link AudioRecord}, the mask should be
* {@link AudioFormat#CHANNEL_IN_MONO} or * {@link AudioFormat#CHANNEL_IN_MONO} or
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment