-
Ensure AssetLoader callbacks are always called in the right order · 7c980f12
Before, it was possible for onDurationUs() and onAllTracksRegistered() to be called before onTrackAdded() because they are called from different threads. onDurationUs() and onAllTracksRegistered() are called from the Transformer internal thread, and onTrackAdded() is called from the playback thread. PiperOrigin-RevId: 497102556
kimvde committed
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| android/exoplayer2/transformer | Loading commit data... |