如何在 android 中的视频视图中显示音量搜索栏?

How to show volume seek bar on video view in android?

我在 android.I 中添加了一个视频视图,我可以显示视频并且一切正常 fine.But 我没有看到任何音量 control.I 想要显示音量 control.please 告诉我如何在 android 中显示视频视图的音量控制?

添加Seekbar to your layout and add a OnSeekBarChangeListener to it. In the listeners callback implement the logic, see this Question了解详情。