小编tto*_*eff的帖子

如何在android中获得分钟和秒钟的音频长度

int duration = mediaPlayer.getDuration(); 
textView = (TextView) findViewById(R.id.tvduration); textView.setText(duration);
Run Code Online (Sandbox Code Playgroud)

c java android github android-layout

1
推荐指数
1
解决办法
4333
查看次数

标签 统计

android ×1

android-layout ×1

c ×1

github ×1

java ×1