2、那么这句代码在MediaMetadataRetriever.java 中调用 getFrameAtTime(timeUs, OPTION_CLOSEST_SYNC)这句代码: 解释一下timeUs,和OPTION_CLOSEST_SYNC这2个变量的含义 timeUs The time position where the frame will be retrieved. * When retrieving the frame at the given time position, there is no * guarentee that the data source has a frame located at the position. * When this happens, a frame nearby will be returned. If timeUs is * negative, time position and option will ignored, and any frame * that the implementation considers as representative may be returned