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 DATuple implements IUnknown, NoAutoScripting, IDATuple {
- public static final _Guid iid = new _Guid(1576740432, (short)-27032, (short)4560, (byte)-79, (byte)123, (byte)0, (byte)-64, (byte)79, (byte)-62, (byte)-96, (byte)-54);
- public static final _Guid clsid = new _Guid(1576740433, (short)-27032, (short)4560, (byte)-79, (byte)123, (byte)0, (byte)-64, (byte)79, (byte)-62, (byte)-96, (byte)-54);
-
- public native IDABehavior RepeatForever();
-
- public native IDABehavior Repeat(int var1);
-
- public native void SwitchTo(IDABehavior var1);
-
- public native void SwitchToString(String var1);
-
- public native IDABehavior DurationAnim(IDANumber var1);
-
- public native String GetClassName();
-
- public native IDABehavior RunOnce();
-
- public native IDABehavior Importance(double var1);
-
- public native IDABehavior SubstituteTime(IDANumber var1);
-
- public native void SwitchToNumber(double var1);
-
- public native IDABehavior Hook(IDABvrHook var1);
-
- public native IDABehavior Duration(double var1);
-
- public native void Init(IDABehavior var1);
-
- public native boolean IsReady(boolean var1);
-
- public native IDABehavior Nth(int var1);
-
- public native int getLength();
- }
-