mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix Javadoc reference link for VORBIS mapping
PiperOrigin-RevId: 704737734
This commit is contained in:
parent
b34a5b4e5d
commit
3e3cd8e6ac
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ public final class VorbisUtil {
|
||||||
* Returns the mapping from VORBIS channel layout to the channel layout expected by Android, or
|
* Returns the mapping from VORBIS channel layout to the channel layout expected by Android, or
|
||||||
* null if the mapping is unchanged.
|
* null if the mapping is unchanged.
|
||||||
*
|
*
|
||||||
* <p>See https://www.xiph.org/vorbis/doc/Vorbis_I_spec.html#x1-140001.2.3 and
|
* <p>See https://www.xiph.org/vorbis/doc/Vorbis_I_spec.html#x1-810004.3.9 and
|
||||||
* https://developer.android.com/reference/android/media/AudioFormat#channelMask.
|
* https://developer.android.com/reference/android/media/AudioFormat#channelMask.
|
||||||
*/
|
*/
|
||||||
@Nullable
|
@Nullable
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue