mirror of
https://github.com/androidx/media.git
synced 2025-05-04 22:20:47 +08:00
Fix typo in WavHeader class
PiperOrigin-RevId: 277910360
This commit is contained in:
parent
7ada1a848f
commit
cc94ae7bfb
@ -23,7 +23,7 @@ import com.google.android.exoplayer2.util.Util;
|
||||
/** Header for a WAV file. */
|
||||
/* package */ final class WavHeader implements SeekMap {
|
||||
|
||||
/** Number of audio chanels. */
|
||||
/** Number of audio channels. */
|
||||
private final int numChannels;
|
||||
/** Sample rate in Hertz. */
|
||||
private final int sampleRateHz;
|
||||
|
Loading…
x
Reference in New Issue
Block a user