使用C#在axWindowsMediaPlayer上自定义视频控件 [英] custom video controls over axWindowsMediaPlayer using C#

查看:775
本文介绍了使用C#在axWindowsMediaPlayer上自定义视频控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想实现带有自定义控件的全屏axWindowsMediaPlayer,这些控件在鼠标移动事件中出现并在几秒钟后自动消失...



i想要视频渲染,音量,播放/暂停,关闭媒体播放器控件



任何人都有任何想法?如何实现?

I want to implement full screen axWindowsMediaPlayer with custom controls which comes out on mouse move event and disappear automatically after a few seconds...

i want video render, volume, play/pause, close media player controls

anybody have any idea? how to implement this?

推荐答案

全屏 - AxWindowsMediaPlayer.fullScreen属性 [ ^ ]至 true

For Full screen - AxWindowsMediaPlayer.fullScreen property[^] to true.
Quote:

fullScreen属性获取或设置一个值,指示是否以全屏模式播放视频内容。

The fullScreen property gets or sets a value indicating whether video content is played in full-screen mode.



对于自定义控件集 - AxWindowsMediaPlayer .uiMode属性 [ ^ ]到自定义


For Custom Controls set - AxWindowsMediaPlayer.uiMode property[^] to custom.

Quote:

uiMode属性获取或设置一个指示在用户界面中显示哪些控件的值。

The uiMode property gets or sets a value indicating which controls are shown in the user interface.


这篇关于使用C#在axWindowsMediaPlayer上自定义视频控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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