mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Add missing IntDef to switch
PiperOrigin-RevId: 295692163
This commit is contained in:
parent
3d20fd59c2
commit
80ae40f6f4
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ public final class WavUtil {
|
|||
return TYPE_PCM;
|
||||
case C.ENCODING_PCM_FLOAT:
|
||||
return TYPE_FLOAT;
|
||||
case C.ENCODING_PCM_16BIT_BIG_ENDIAN: // Not TYPE_PCM, because TYPE_PCM is little endian.
|
||||
case C.ENCODING_INVALID:
|
||||
case Format.NO_VALUE:
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in a new issue