weixin_39620653 2020-11-22 02:51
浏览 0

vlcj 4.x breaking API changes

All (well, best effort for all) changes that break API backwards compatibility will be referenced here.

690 and #700 are the issues to blame for most of this.

该提问来源于开源项目:caprica/vlcj

  • 写回答

36条回答 默认 最新

  • weixin_39620653 2020-11-22 02:51
    关注

    677

    • getTitleDescriptions now returns List<TitleDescription> instead of List<TrackDescription>
    • getExtendedTitleDescriptions is removed (it effectively becomes getTitleDescriptions)
    • The type of the titles property in MediaDetails is changed from TrackDescription to TitleDescription
    • getChapterDescriptions now returns List<ChapterDescription> instead of List<String>
    • getExtendedChapterDescriptions is removed (it effectively becomes getChapterDescriptions)
    • The type of the chapters property in MediaDetails is changed from String to ChapterDescription
    评论

报告相同问题?