Searched refs:WAVE_SUBFORMAT_PCM (Results 1 – 1 of 1) sorted by relevance
322 private static final UUID WAVE_SUBFORMAT_PCM = new UUID(0x0100000000001000L, 0x800000AA00389B71L); field in MatroskaExtractor2324 return buffer.readLong() == WAVE_SUBFORMAT_PCM.getMostSignificantBits() in parseMsAcmCodecPrivate()2325 && buffer.readLong() == WAVE_SUBFORMAT_PCM.getLeastSignificantBits(); in parseMsAcmCodecPrivate()