1. 31 May, 2022 7 commits
  2. 30 May, 2022 32 commits
  3. 26 May, 2022 1 commit
    • Fix some inconsistencies in the `MediaItem` API · 591eaef7
      * Rename (via deprecation)
        `MediaItem.DrmConfiguration.Builder#forceSessionsForAudioAndVideoTracks`
        to `setForceSessionsForAudioAndVideoTracks`. This is more consistent
        with existing 'force' method names both in this class and in
        `TrackSelectionParameters.Builder`.
      * Add missing `@Nullable` annotation to the parameter for
        `MediaItem.SubtitleConfiguration.Builder#setMimeType`. This annotation
        is already present on the `MediaItem.SubtitleConfiguration#mimeType`
        field that this setter corresponds to.
      
      PiperOrigin-RevId: 450941336
      ibaker committed