1. 01 Mar, 2022 12 commits
  2. 23 Feb, 2022 4 commits
  3. 22 Feb, 2022 12 commits
  4. 18 Feb, 2022 10 commits
  5. 17 Feb, 2022 2 commits
    • Simplify TracksInfo API · f22025cc
      isTypeSupportedOrEmpty is very specific and a little hard to
      understand unless you know the one thing it's useful for. This
      commit replaces it with isTypeSupported, which can be used in
      conjunction with the recently added containsType method.
      
      PiperOrigin-RevId: 429312712
      olly committed
    • Move track type from TrackGroupInfo to TrackGroup · 265dd079
      The track type is derived solely from the content. It does
      not depend on any runtime properties such as the player's
      capabilities of user track selection. Hence it belongs in
      TrackGroup rather than TrackGroupInfo.
      
      Note that this avoids TrackSelectionOverride from having to
      re-derive the track type internally.
      
      PiperOrigin-RevId: 429303312
      olly committed