在 iPhone 中,如果我们想按顺序播放电影列表,我们可以使用AVQueuePlayer、AVAsset和。它在 iPhone上AVPlayerItem非常方便。来自苹果文档:MPMediaPlayerMPMediaPlayerController
AVQueuePlayer is a subclass of AVPlayer you use to play a number
of items in sequence.
所以,我的问题是,在 android 中是否有类似的东西可以用来代替MediaPlayerand VideoView。