草庐IT

ProgressiveMediaSource

全部标签

java - 为什么我找不到 ProgressiveMediaSource?

查看theExoPlayerdocumentation,“HelloWorld”示例建议您应该使用ProgressiveMediaSource来播放标准视频(与我看到的许多建议您使用ExtractorMediaSource的在线教程相比)查看sourcecodeforExoPlayer,它声称ExtractorMediaSource已被弃用,ProgressiveMediaSource已取代它:/**@deprecatedUse{@linkProgressiveMediaSource}instead.*/在我自己的项目中,我使用的是ExoPlayerv2.9.5--whichisthe