我正在使用MediaMetadataRetriever来获取宽度,高度,旋转和第一帧位图等数据。
然而,setDataSource()方法需要花费大量时间,因此调整大小会变慢。我还必须花时间提取要播放的实际视频。
MediaSource videoSource = new ExtractorMediaSource(
Uri.parse(mVideoFile),
dataSourceFactory, extractorsFactory, null, null);
有没有办法从这个视频源中检索元数据?