mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
- The old approach was technically incorrect, because the checks were "capacity < sampleSize" and hence neglected the fact that the buffer position may be greater than 0 (e.g. if the caller wants to prefix the sample with some additional data). - Also proactively throw an exception if the buffer is too small, rather than wait for the failure when we actually do the write. |
||
|---|---|---|
| .. | ||
| GeobMetadata.java | ||
| Id3Parser.java | ||
| MetadataParser.java | ||
| MetadataTrackRenderer.java | ||
| PrivMetadata.java | ||
| TxxxMetadata.java | ||