开发者

Size of the audio in seconds

开发者 https://www.devze.com 2023-01-10 22:20 出处:网络
How do I know the file开发者_运维技巧 size in seconds mp4?If you are playing it back with MediaPlayer, use getDuration() to find out its duration.

How do I know the file开发者_运维技巧 size in seconds mp4?


If you are playing it back with MediaPlayer, use getDuration() to find out its duration.

Otherwise, you will need to find a third-party library that can read the MP4 file metadata to get you that information.

0

精彩评论

暂无评论...
验证码 换一张
取 消