Update TrackEvent.java

This commit is contained in:
Philippe Simons 2023-10-19 21:54:15 +02:00 committed by christosts
parent b27b65199a
commit a06430a513

View File

@ -145,7 +145,7 @@ import androidx.media3.common.util.UnstableApi;
statusByte = firstByte;
int currentByte;
do { // eat SysEx Message
do { // Consume SysEx message.
currentByte = parsableTrackEventBytes.readUnsignedByte();
} while (currentByte != SYSEX_END_STATUS);
} else {