mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Update TrackEvent.java
This commit is contained in:
parent
b27b65199a
commit
a06430a513
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue