198199200201202203204205206207208
tag.setSoundSampleCount(sampleCount); if (sampleCount < 0) { // frame count == -1, error! problems.add(new EmbedCouldNotDetermineSampleFrameCountProblem(data)); return null; } return tag; }