mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Update TrackEvent.java
This commit is contained in:
parent
b27b65199a
commit
a06430a513
@ -145,7 +145,7 @@ import androidx.media3.common.util.UnstableApi;
|
|||||||
statusByte = firstByte;
|
statusByte = firstByte;
|
||||||
|
|
||||||
int currentByte;
|
int currentByte;
|
||||||
do { // eat SysEx Message
|
do { // Consume SysEx message.
|
||||||
currentByte = parsableTrackEventBytes.readUnsignedByte();
|
currentByte = parsableTrackEventBytes.readUnsignedByte();
|
||||||
} while (currentByte != SYSEX_END_STATUS);
|
} while (currentByte != SYSEX_END_STATUS);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user