1. 04 Jul, 2022 2 commits
    • Add timestamp to `Metadata` · b2831d85
      `MetadataRenderer` is updated to output `Metadata` with its presentation time, in microseconds.
      
      PiperOrigin-RevId: 457444718
      rohks committed
    • Clean up offload state tracking · 5c2752b4
      1. The offloadSchedulingEnabled value doesn't need to be in
         PlaybackInfo because it's never updated in EPII.
      2. The sleepingForOffload value in EPII wasn't updated explicitly
         (just via the return value of a method). It was also only
         meant to be enabled while the player is actively playing, but
         confusingly triggered from a path where the player may
         theoretically be buffering as well.
      3. The offload sleeping (=not scheduling doSomeWork) was interwoven
         into the actual scheduling code making it slightly hard to follow.
         This can be improved slightly by keeping the offload sleeping
         decision and the scheduling separate.
      
      PiperOrigin-RevId: 457427293
      tonihei committed
  2. 27 Jun, 2022 17 commits
  3. 17 Jun, 2022 3 commits
  4. 16 Jun, 2022 12 commits
  5. 15 Jun, 2022 6 commits