diff options
| -rw-r--r-- | media/java/android/media/AudioFormat.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/java/android/media/AudioFormat.java b/media/java/android/media/AudioFormat.java index 1d06e2837841..a2861c234407 100644 --- a/media/java/android/media/AudioFormat.java +++ b/media/java/android/media/AudioFormat.java @@ -943,7 +943,7 @@ public final class AudioFormat implements Parcelable { * with named endpoint channels. The samples in the frame correspond to the * named set bits in the channel position mask, in ascending bit order. * See {@link #setChannelIndexMask(int)} to specify channels - * based on endpoint numbered channels. This <a href="#channelPositionMask>description of + * based on endpoint numbered channels. This <a href="#channelPositionMask">description of * channel position masks</a> covers the concept in more details. * @param channelMask describes the configuration of the audio channels. * <p> For output, the channelMask can be an OR-ed combination of |