winform MediaElement1音轨控制,轨迹栏不起作用 [英] winform MediaElement1 Volume control with trackbar not working

查看:54
本文介绍了winform MediaElement1音轨控制,轨迹栏不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 player1.MediaElement1.Volume = trabar1.value 



它只能静音并将其打开

解决方案

MediaElement使用双重声明

 player1.MediaElement1.Volume =  & volumeSliderd.Value 


player1.MediaElement1.Volume=trabar1.value


it only mutes to sound and turns it on

解决方案

MediaElement works with the double declaration

player1.MediaElement1.Volume = "." & volumeSliderd.Value


这篇关于winform MediaElement1音轨控制,轨迹栏不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆