⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ivideowindow.java

📁 FMJ(freedom media for java)是java视频开发的新选择
💻 JAVA
字号:
package net.sf.jdshow;/** *  * @author Ken Larson * */public class IVideoWindow extends IUnknown{		public IVideoWindow(long ptr)	{		super(ptr);			}		public native int put_Owner(long hwnd);	public native int put_WindowStyle(int value);	public native int put_MessageDrain(long hwnd);	public native int put_Top(int value);	public native int put_Left(int value);		public native int get_Width(long[] pWidth);	public native int get_Height(long[] pHeight);		}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -