mirror of
https://github.com/samsonjs/media.git
synced 2026-04-09 11:55:46 +00:00
Add missing IntDef to switch
PiperOrigin-RevId: 295692163
This commit is contained in:
parent
49910fe725
commit
23e4236227
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