home *** CD-ROM | disk | FTP | other *** search
- package com.ms.dxmedia.rawcom;
-
- import com.ms.com.IUnknown;
- import com.ms.com.NoAutoScripting;
- import com.ms.com._Guid;
-
- public final class DAViewerControlWindowed implements IUnknown, NoAutoScripting, IDAViewerControlWindowed {
- public static final _Guid iid = new _Guid(-1165294786, (short)7825, (short)4561, (byte)-120, (byte)9, (byte)0, (byte)-64, (byte)79, (byte)-62, (byte)-99, (byte)70);
- public static final _Guid clsid = new _Guid(1772982511, (short)7200, (short)4561, (byte)-120, (byte)1, (byte)0, (byte)-64, (byte)79, (byte)-62, (byte)-99, (byte)70);
-
- public native void putTimerSource(int var1);
-
- public native IDAImage getBackgroundImage();
-
- public native void putBackgroundImage(IDAImage var1);
-
- public native boolean getOpaqueForHitDetect();
-
- public native void putOpaqueForHitDetect(boolean var1);
-
- public native IDAImage getInputImage();
-
- public native void AddBehaviorToRun(IDABehavior var1);
-
- public native IDAView getView();
-
- public native void putView(IDAView var1);
-
- public native IDAStatics getPixelLibrary();
-
- public native IDAImage getImage();
-
- public native void putImage(IDAImage var1);
-
- public native IDASound getSound();
-
- public native double getUpdateInterval();
-
- public native void putUpdateInterval(double var1);
-
- public native void putSound(IDASound var1);
-
- public native IDAStatics getMeterLibrary();
-
- public native void Start();
-
- public native int getTimerSource();
- }
-