This topic created in 2893 days ago, the information mentioned may be changed or developed.
ContentResolver 查询本地视频,获取到 MediaStore.Video.Media.DURATION 的时间居然是秒,然而 api 是毫秒
API:
/**
* The duration of the video file, in ms
* <P>Type: INTEGER (long)</P>
*/
public static final String DURATION = "duration";