qedit.idl
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:68k
源码类别:

模拟服务器

开发平台:

C/C++

  1. //------------------------------------------------------------------------------
  2. // File: QEdit.idl
  3. //
  4. // Desc: 
  5. //
  6. // Copyright (c) 1992 - 2000, Microsoft Corporation.  All rights reserved.
  7. //------------------------------------------------------------------------------
  8. import "oaidl.idl";
  9. import "ocidl.idl";
  10. import "dxtrans.idl";
  11. import "amstream.idl";
  12. import "msxml.idl";
  13. //
  14. // forward declare
  15. //
  16. interface IAMTimelineGroup;
  17. interface IAMTimelineObj;
  18. interface IAMTimelineEffect;
  19. interface IAMTimelineTrans;
  20. interface IAMTimelineSrc;
  21. interface IAMTimeline;
  22. interface IAMErrorLog;
  23. interface ISampleGrabber;
  24. interface IPropertySetter;
  25. // used by DEXTER_VALUE's dwInterp var
  26. typedef enum
  27. {
  28.     DEXTERF_JUMP,
  29.     DEXTERF_INTERPOLATE
  30. } DEXTERF;
  31. // used to set values on the property setter
  32. typedef struct
  33. {
  34.     BSTR Name;
  35.     DISPID dispID;
  36.     LONG nValues;
  37. } DEXTER_PARAM;
  38. // used to set values on the property setter
  39. typedef struct
  40. {
  41.     VARIANT v;
  42.     REFERENCE_TIME rt;
  43.     DWORD dwInterp;    // one of the DEXTERF_ flags
  44. } DEXTER_VALUE;
  45. // used by bMethod directly below
  46. enum
  47. {
  48.     DEXTER_AUDIO_JUMP,
  49.     DEXTER_AUDIO_INTERPOLATE
  50. };
  51. // used to set volumes on the mixer and mixer pins
  52. typedef struct
  53. {
  54.     REFERENCE_TIME        rtEnd;        //end Time
  55.     double                dLevel;    //end Volume Level
  56.     BOOL                bMethod;    //jump or interpolate
  57. } DEXTER_AUDIO_VOLUMEENVELOPE ;
  58. // used in IAMTimeline::Get(Set)InsertMode
  59. enum
  60. {
  61.     TIMELINE_INSERT_MODE_INSERT = 1,
  62.     TIMELINE_INSERT_MODE_OVERLAY = 2
  63. };
  64. //
  65. // define what main 'things' can be put into the timeline tree.
  66. // these values are used quite a bit with timeline access
  67. // (bitmap mask flags)
  68. typedef enum
  69. {
  70.     TIMELINE_MAJOR_TYPE_COMPOSITE = 1,
  71.     TIMELINE_MAJOR_TYPE_TRACK = 2,
  72.     TIMELINE_MAJOR_TYPE_SOURCE = 4,
  73.     TIMELINE_MAJOR_TYPE_TRANSITION = 8,
  74.     TIMELINE_MAJOR_TYPE_EFFECT = 16,
  75.     TIMELINE_MAJOR_TYPE_GROUP = 128
  76. } TIMELINE_MAJOR_TYPE;
  77. // used in various IAMTimelineXXX "search" functions. Look in this
  78. // file for "SearchDirection" to see where it's used. I didn't want
  79. // to use an enum as an interface param type, so I used a long. Probably
  80. // silly of me.
  81. typedef enum
  82. {
  83.     DEXTERF_BOUNDING = -1,        // finds any source whose start <= Time and stop > Time
  84.     DEXTERF_EXACTLY_AT = 0,        // finds any source that starts exactly at Time
  85.     DEXTERF_FORWARDS = 1        // finds any source that starts at or after Time
  86. } DEXTERF_TRACK_SEARCH_FLAGS;
  87. // right now, the media type in the group contains enough information about
  88. // how we want to recompress. This might not be enough information in the 
  89. // future, so we define a structure we can get and set to the group. 
  90. //
  91. typedef struct _SCompFmt0
  92. {
  93.     long nFormatId;
  94.     AM_MEDIA_TYPE MediaType;
  95. } SCompFmt0;
  96. // used in IAMTimelineSrc::Get(Set)StretchMode
  97. // 
  98. enum
  99. {
  100.     RESIZEF_STRETCH,
  101.     RESIZEF_CROP,
  102.     RESIZEF_PRESERVEASPECTRATIO,
  103.     RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX
  104. };
  105. // used in IRenderEngine::SetDynamicReconnectLevel
  106. // (bitmap mask flags)
  107. enum
  108. {
  109.     CONNECTF_DYNAMIC_NONE = 0x00000000,
  110.     CONNECTF_DYNAMIC_SOURCES = 0x00000001,
  111.     CONNECTF_DYNAMIC_EFFECTS = 0x00000002
  112. };
  113. // used in
  114. // IMediaLocator::FindMediaFile
  115. // IRenderEngine::SetSourceNameValidation
  116. // IAMTimeline::ValidateSourceNames
  117. // (bitmap mask flags)
  118. enum
  119. {
  120.     SFN_VALIDATEF_CHECK        = 0x00000001,   // do a check. Without this set, no check will be done.
  121.     SFN_VALIDATEF_POPUP        = 0x00000002,   // should UI popup show if not found
  122.     SFN_VALIDATEF_TELLME       = 0x00000004,   // warn user about replaced files
  123.     SFN_VALIDATEF_REPLACE      = 0x00000008,   // should it replace names in the tldb if found
  124.     SFN_VALIDATEF_USELOCAL     = 0x000000010,  // use local media preferrably over networked media
  125.     SFN_VALIDATEF_NOFIND       = 0x000000020,  // never find filenames, always use UI popup to find.,
  126.                                                // when used, _POPUP must be used as well
  127.     SFN_VALIDATEF_IGNOREMUTED  = 0x000000040,  // ignore muted files in the tldb
  128.     SFN_VALIDATEF_END
  129. };
  130. // key transitions types
  131. enum
  132. {
  133.     DXTKEY_RGB,        
  134.     DXTKEY_NONRED,         
  135.     DXTKEY_LUMINANCE,      
  136.     DXTKEY_ALPHA,          
  137.     DXTKEY_HUE
  138. };
  139. ////////////////////////////////////////////////////////////////
  140. ////////////////////////////////////////////////////////////////
  141. // New Property setting Interfaces
  142. ////////////////////////////////////////////////////////////////
  143. ////////////////////////////////////////////////////////////////
  144. // interface for objects which can save/load IDispatch-able properties
  145. [
  146.     object,
  147.     uuid(AE9472BD-B0C3-11D2-8D24-00A0C9441E20),
  148.     helpstring("IPropertySetter Interface"),
  149.     pointer_default(unique)
  150. ]
  151. interface IPropertySetter : IUnknown // IPersist?
  152. {
  153.     // for loading and saving through XML
  154.     HRESULT LoadXML([in] IUnknown * pxml);
  155.     // !!! doesn't work HRESULT LoadXML([in] IXMLElement * pxml);
  156.     HRESULT PrintXML([out] char *pszXML, [in] int cbXML, [out] int *pcbPrinted,[in] int indent);
  157.          
  158.     // for cloning a portion of the props when splitting the object
  159.     //AUTOMATE
  160.     HRESULT CloneProps([out] IPropertySetter **ppSetter,
  161.             [in] REFERENCE_TIME rtStart,
  162.             [in] REFERENCE_TIME rtStop);
  163.     // for loading and saving programmatically
  164.     // caller must call this in pre-sorted order, this time must be > all
  165.     // previous times
  166.     //AUTOMATE
  167.     HRESULT AddProp([in] DEXTER_PARAM Param,
  168.             [in] DEXTER_VALUE *paValue);
  169.     //AUTOMATE
  170.     HRESULT GetProps([out] LONG *pcParams,
  171.              [out] DEXTER_PARAM **paParam,
  172.             [out] DEXTER_VALUE **paValue);
  173.     // after calling GetProps, you must call FreeProps to free resources
  174.     //AUTOMATE
  175.     HRESULT FreeProps([in] LONG cParams,
  176.             [in] DEXTER_PARAM *paParam,
  177.             [in] DEXTER_VALUE *paValue);
  178.     // to empty to property setter, so you can start over again
  179.     HRESULT ClearProps();
  180.     // for persisting
  181.     HRESULT SaveToBlob([out] LONG *pcSize, [out] BYTE **ppb);
  182.     HRESULT LoadFromBlob([in] LONG cSize, [in] BYTE *pb);
  183.     // to program the object that supports IDispatch with the props
  184.     // call with rtNow == -1 to set Static Props when your object instantiates
  185.     // errors will be logged, if a log is provided
  186.     //AUTOMATE
  187.     HRESULT SetProps([in] IUnknown *pTarget,
  188.             [in] REFERENCE_TIME rtNow);
  189. };
  190. // supported by our DxtCompositor class, this allows us to draw whatever comes in
  191. // upon only a portion of the output bitmap
  192. [
  193.     object,
  194.     uuid(BB44391E-6ABD-422f-9E2E-385C9DFF51FC),
  195.     dual,
  196.     helpstring("IDxtCompositor Interface"),
  197.     pointer_default(unique)
  198. ]
  199. interface IDxtCompositor : IDXEffect
  200. {
  201.     [propget, id(1), helpstring("property OffsetX")] HRESULT OffsetX([out, retval] long *pVal);
  202.     [propput, id(1), helpstring("property OffsetX")] HRESULT OffsetX([in] long newVal);
  203.     [propget, id(2), helpstring("property OffsetY")] HRESULT OffsetY([out, retval] long *pVal);
  204.     [propput, id(2), helpstring("property OffsetY")] HRESULT OffsetY([in] long newVal);
  205.     [propget, id(3), helpstring("property Width")] HRESULT Width([out, retval] long *pVal);
  206.     [propput, id(3), helpstring("property Width")] HRESULT Width([in] long newVal);
  207.     [propget, id(4), helpstring("property Height")] HRESULT Height([out, retval] long *pVal);
  208.     [propput, id(4), helpstring("property Height")] HRESULT Height([in] long newVal);
  209.     [propget, id(5), helpstring("property SrcOffsetX")] HRESULT SrcOffsetX([out, retval] long *pVal);
  210.     [propput, id(5), helpstring("property SrcOffsetX")] HRESULT SrcOffsetX([in] long newVal);
  211.     [propget, id(6), helpstring("property SrcOffsetY")] HRESULT SrcOffsetY([out, retval] long *pVal);
  212.     [propput, id(6), helpstring("property SrcOffsetY")] HRESULT SrcOffsetY([in] long newVal);
  213.     [propget, id(7), helpstring("property SrcWidth")] HRESULT SrcWidth([out, retval] long *pVal);
  214.     [propput, id(7), helpstring("property SrcWidth")] HRESULT SrcWidth([in] long newVal);
  215.     [propget, id(8), helpstring("property SrcHeight")] HRESULT SrcHeight([out, retval] long *pVal);
  216.     [propput, id(8), helpstring("property SrcHeight")] HRESULT SrcHeight([in] long newVal);
  217. };
  218. [
  219.     object,
  220.     uuid(4EE9EAD9-DA4D-43d0-9383-06B90C08B12B),
  221.     dual,
  222.     helpstring("IDxtAlphaSetter Interface"),
  223.     pointer_default(unique)
  224. ]
  225. interface IDxtAlphaSetter : IDXEffect
  226. {
  227.     // set the alpha to a particular number
  228.     [propget, id(1), helpstring("property Alpha")] HRESULT Alpha([out, retval] long *pVal);
  229.     [propput, id(1), helpstring("property Alpha")] HRESULT Alpha([in] long newVal);
  230.     // set the alpha to a percentage of it's full value
  231.     [propget, id(2), helpstring("property AlphaRamp")] HRESULT AlphaRamp([out, retval] double *pVal);
  232.     [propput, id(2), helpstring("property AlphaRamp")] HRESULT AlphaRamp([in] double newVal);
  233. };
  234. // Supported by our JPEG DXT, that can do any wipe based on a bitmap
  235. //
  236. [
  237.     object,
  238.     uuid(DE75D011-7A65-11D2-8CEA-00A0C9441E20),
  239.     dual,
  240.     helpstring("IDxtJpeg Interface"),
  241.     pointer_default(unique)
  242. ]
  243. interface IDxtJpeg : IDXEffect
  244. {
  245.     [propget, id(1), helpstring("property MaskNum")] HRESULT MaskNum([out, retval] long *);
  246.     [propput, id(1), helpstring("property MaskNum")] HRESULT MaskNum([in] long);
  247.     [propget, id(2), helpstring("property MaskName")] HRESULT MaskName([out, retval] BSTR *pVal);
  248.     [propput, id(2), helpstring("property MaskName")] HRESULT MaskName([in] BSTR newVal);
  249.     [propget, id(3), helpstring("property ScaleX")] HRESULT ScaleX([out, retval] double *);
  250.     [propput, id(3), helpstring("property ScaleX")] HRESULT ScaleX([in] double);
  251.     [propget, id(4), helpstring("property ScaleY")] HRESULT ScaleY([out, retval] double *);
  252.     [propput, id(4), helpstring("property ScaleY")] HRESULT ScaleY([in] double);
  253.     [propget, id(5), helpstring("property OffsetX")] HRESULT OffsetX([out, retval] long *);
  254.     [propput, id(5), helpstring("property OffsetX")] HRESULT OffsetX([in] long);
  255.     [propget, id(6), helpstring("property OffsetY")] HRESULT OffsetY([out, retval] long *);
  256.     [propput, id(6), helpstring("property OffsetY")] HRESULT OffsetY([in] long);
  257.     [propget, id(7), helpstring("property ReplicateX")] HRESULT ReplicateX([out, retval] long *pVal);
  258.     [propput, id(7), helpstring("property ReplicateX")] HRESULT ReplicateX([in] long newVal);
  259.     [propget, id(8), helpstring("property ReplicateY")] HRESULT ReplicateY([out, retval] long *pVal);
  260.     [propput, id(8), helpstring("property ReplicateY")] HRESULT ReplicateY([in] long newVal);
  261.     [propget, id(9), helpstring("property BorderColor")] HRESULT BorderColor([out, retval] long *pVal);
  262.     [propput, id(9), helpstring("property BorderColor")] HRESULT BorderColor([in] long newVal);
  263.     [propget, id(10), helpstring("property BorderWidth")] HRESULT BorderWidth([out, retval] long *pVal);
  264.     [propput, id(10), helpstring("property BorderWidth")] HRESULT BorderWidth([in] long newVal);
  265.     [propget, id(11), helpstring("property BorderSoftness")] HRESULT BorderSoftness([out, retval] long *pVal);
  266.     [propput, id(11), helpstring("property BorderSoftness")] HRESULT BorderSoftness([in] long newVal);
  267.     HRESULT ApplyChanges();
  268.     HRESULT LoadDefSettings();
  269. };
  270.     // key
  271.     [
  272.         object,
  273.         uuid(3255de56-38fb-4901-b980-94b438010d7b),
  274.         dual,
  275.         helpstring("IDxtKey Interface"),
  276.         pointer_default(unique)
  277.     ]
  278.     interface IDxtKey : IDXEffect
  279.     {
  280.         [propget, id(1), helpstring("property KeyType")]    HRESULT KeyType([out, retval] int *);
  281.         [propput, id(1), helpstring("property Keytype")]    HRESULT KeyType([in] int);
  282.         [propget, id(2), helpstring("property Hue")]   HRESULT Hue([out, retval] int *);
  283.         [propput, id(2), helpstring("property Hue")]   HRESULT Hue([in] int );
  284.         [propget, id(3), helpstring("property Luminance")]   HRESULT Luminance([out, retval] int *);
  285.         [propput, id(3), helpstring("property Luminance")]   HRESULT Luminance([in] int );
  286.         [propget, id(4), helpstring("property RGB")]    HRESULT RGB([out, retval] DWORD *);
  287.         [propput, id(4), helpstring("property RGB")]    HRESULT RGB([in] DWORD );
  288.         [propget, id(5), helpstring("property Similarity")]  HRESULT Similarity([out,retval] int * );
  289.         [propput, id(5), helpstring("property Similarity")]  HRESULT Similarity([in] int );
  290.         [propget, id(6), helpstring("property Invert")]    HRESULT Invert([out, retval] BOOL *);
  291.         [propput, id(6), helpstring("property Invert")]    HRESULT Invert([in] BOOL);
  292.     };
  293.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  294.     // This little COM interface will look 'around' for the closest 
  295.     // path match for a given file. If the file already exists, then
  296.     // this interface should hardly do anything. If it's not found,
  297.     // it will go look for it and if successful, return S_FALSE. If it
  298.     // cannot find the file, it will call the hook, if set and return
  299.     // it's return code. if the hook is not set, it is in a type of
  300.     // error condition. The Dexter-provided MediaLocator will bring up
  301.     // a dialog box asking you to browse for your file. Other COM
  302.     // objects may do something else.
  303.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  304. [
  305.     object,
  306.     uuid(288581E0-66CE-11d2-918F-00C0DF10D434),
  307.     odl,
  308.     helpstring("IMediaLocator Interface"),
  309.     pointer_default(unique)
  310. ]
  311. interface IMediaLocator : IUnknown
  312. {
  313.     // same flags as used by IRenderEngine's SetSourceNameValidation
  314.     HRESULT FindMediaFile( BSTR Input, BSTR FilterString, BSTR * pOutput, long Flags );
  315.     HRESULT AddFoundLocation( BSTR DirectoryName );
  316. };
  317.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  318.     // This object provides caching of duration and stream type
  319.     // information for files that would produce a directshow source
  320.     // filter. It takes too long to figure this out in DShow right
  321.     // now, so this is one way around it. The way it works is that
  322.     // you first fill out the Filename property, then call and
  323.     // ask how many streams it has, or, set the CurrentStream prop
  324.     // and then ask for the per-stream properties, StreamType or
  325.     // StreamLength. They both reference the CurrentStream prop that
  326.     // you set. I also allowed you (for convenience) to just give
  327.     // it a IUnknown Filter that represents an IBaseFilter source
  328.     // filter that is NOT currently in a graph. It will use that
  329.     // instead. When using this, though, you will not get cached
  330.     // values. The cached values are stored in the system's ini file
  331.     // called DCBC2A70-70D8-4459-BFFA-E0D61DEA3FDF.INI. Nice, huh? :-)
  332.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  333. [
  334.     object,
  335.     uuid(65BD0710-24D2-4ff7-9324-ED2E5D3ABAFA),
  336.     odl,
  337.     helpstring("IMediaDet Interface"),
  338.     pointer_default(unique)
  339. ]
  340. interface IMediaDet : IUnknown
  341. {
  342.     [propget, id(1), helpstring("property Filter")] HRESULT Filter([out, retval] IUnknown* *pVal);
  343.     [propput, id(1), helpstring("property Filter")] HRESULT Filter([in] IUnknown* newVal);
  344.     [propget, id(2), helpstring("property OutputStreams")] HRESULT OutputStreams([out, retval] long *pVal);
  345.     [propget, id(3), helpstring("property CurrentStream")] HRESULT CurrentStream([out, retval] long *pVal);
  346.     [propput, id(3), helpstring("property CurrentStream")] HRESULT CurrentStream([in] long newVal);
  347.     [propget, id(4), helpstring("property StreamType")] HRESULT StreamType([out, retval] GUID *pVal);
  348.     [propget, id(5), helpstring("property StreamTypeB")] HRESULT StreamTypeB([out, retval] BSTR *pVal);
  349.     [propget, id(6), helpstring("property StreamLength")] HRESULT StreamLength([out, retval] double *pVal);
  350.     [propget, id(7), helpstring("property Filename")] HRESULT Filename([out, retval] BSTR *pVal);
  351.     [propput, id(7), helpstring("property Filename")] HRESULT Filename([in] BSTR newVal);
  352.     [id(8), helpstring("method GetBitmapBits")] HRESULT GetBitmapBits(double StreamTime, long * pBufferSize, char * pBuffer, long Width, long Height);
  353.     [id(9), helpstring("method WriteBitmapBits")] HRESULT WriteBitmapBits(double StreamTime, long Width, long Height, BSTR Filename );
  354.     [propget, id(10), helpstring("property StreamMediaType")] HRESULT StreamMediaType([out, retval] AM_MEDIA_TYPE * pVal);
  355.     [id(11), helpstring("method GetSampleGrabber")] HRESULT GetSampleGrabber( [out] ISampleGrabber ** ppVal );
  356.     [propget, id(12), helpstring("property FrameRate")] HRESULT FrameRate([out, retval] double *pVal);
  357.     [id(13), helpstring("method EnterBitmapGrabMode")] HRESULT EnterBitmapGrabMode( double SeekTime  );
  358. };
  359. // useless interface, don't use it!
  360. [
  361.     object,
  362.     uuid(AE9472BE-B0C3-11D2-8D24-00A0C9441E20),
  363.     odl,
  364.     helpstring("IGrfCache Interface"),
  365.     pointer_default(unique)
  366. ]
  367. interface IGrfCache : IDispatch
  368. {
  369.     [id(1), helpstring("method AddFilter")] 
  370.     HRESULT AddFilter(
  371.         IGrfCache * ChainedCache,
  372.         LONGLONG ID, 
  373.         const IBaseFilter * pFilter, 
  374.         LPCWSTR pName);
  375.     [id(2), helpstring("method ConnectPins")] 
  376.     HRESULT ConnectPins(
  377.         IGrfCache * ChainedCache,
  378.         LONGLONG PinID1, 
  379.         const IPin * pPin1, 
  380.         LONGLONG PinID2, 
  381.         const IPin * pPin2);
  382.     [id(3), helpstring("method SetGraph")] 
  383.     HRESULT SetGraph(const IGraphBuilder * pGraph);
  384.     [id(4), helpstring("method DoConnectionsNow")] 
  385.     HRESULT DoConnectionsNow();
  386. };
  387.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  388.     // The RenderEngin builds a graph from the timeline and gives
  389.     // you some simple positional commands.
  390.     // explained methods:
  391.     // SetTimelineObject - tell the render engine who to parse
  392.     // ConnectEverything - build up a graph based on the timeline
  393.     // ScrapIt - throw away graph and everything
  394.     // GetFilterGraph - get the graph that's built up, if any
  395.     // SetFilterGraph - allows you to preset the graph that's built up.
  396.     //      cannot call this if there already is a graph.
  397.     // !!! the following methods are unused/not implemented
  398.     // SetInterestRange - discard COM objects and memory outside of this
  399.     //      range, if possible. Used for scrubbing on a long timeline and
  400.     //      freeing up resources
  401.     // SetRenderRange - pretend like a portion of the timeline IS the timeline
  402.     //      and don't connect anything in the graph outside of that range.
  403.     // Commit - allocate what's necessary and get prepared to run
  404.     // Decommit - free anything possible
  405.     // GetCaps - find out some info about the render engine
  406.     // DoSmartRecompression - connect compressed sources if 
  407.     //      possible
  408.     // in the graph, this will RenderPin( ) on every switcher 
  409.     //      rendering pin.
  410.     // SetSourceNameValidation - allows you to set some flags which
  411.     // determine how source files are found, if they need to be found.
  412.     //      FilterString is a list of extensions to find for the media
  413.     //      files (see OPENFILENAME filters)
  414.     //      pOverride is a media locator you would like to use instead
  415.     //      of the built in one
  416.     //      The flags are defined in the struct immediately below.
  417.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  418. [
  419.     object,
  420.     uuid(6BEE3A81-66C9-11d2-918F-00C0DF10D434),
  421.     odl,
  422.     helpstring("IRenderEngine Interface"),
  423.     pointer_default(unique)
  424. ]
  425. interface IRenderEngine : IUnknown
  426. {
  427.     HRESULT SetTimelineObject( IAMTimeline * pTimeline );
  428.     HRESULT GetTimelineObject( [out] IAMTimeline ** ppTimeline );
  429.     HRESULT GetFilterGraph( [out] IGraphBuilder ** ppFG );
  430.     HRESULT SetFilterGraph( IGraphBuilder * pFG );
  431.     HRESULT SetInterestRange( REFERENCE_TIME Start, REFERENCE_TIME Stop );
  432.     HRESULT SetInterestRange2( double Start, double Stop );
  433.     HRESULT SetRenderRange( REFERENCE_TIME Start, REFERENCE_TIME Stop );
  434.     HRESULT SetRenderRange2( double Start, double Stop );
  435.     HRESULT GetGroupOutputPin( long Group, [out] IPin ** ppRenderPin );
  436.     HRESULT ScrapIt( );
  437.     HRESULT RenderOutputPins( );
  438.     HRESULT GetVendorString( [out,retval] BSTR * pVendorID );
  439.     HRESULT ConnectFrontEnd( );
  440.     HRESULT SetSourceConnectCallback( IGrfCache * pCallback );
  441.     HRESULT SetDynamicReconnectLevel( long Level );
  442.     HRESULT DoSmartRecompression( );
  443.     HRESULT UseInSmartRecompressionGraph( );
  444.     HRESULT SetSourceNameValidation( BSTR FilterString, IMediaLocator * pOverride, LONG Flags );
  445.     // not implemented yet
  446.     HRESULT Commit( );
  447.     HRESULT Decommit( );
  448.     HRESULT GetCaps( long Index, long * pReturn );
  449. };
  450. // used for the smart render engine when it needs to find a compressor
  451. [
  452.     object,
  453.     uuid(F03FA8DE-879A-4d59-9B2C-26BB1CF83461),
  454.     odl,
  455.     helpstring("IFindCompressorCB Interface"),
  456.     pointer_default(unique)
  457. ]
  458. interface IFindCompressorCB : IUnknown
  459. {
  460.     HRESULT GetCompressor( AM_MEDIA_TYPE * pType, AM_MEDIA_TYPE * pCompType, [out] IBaseFilter ** ppFilter );
  461. }
  462. [
  463.     object,
  464.     uuid(F03FA8CE-879A-4d59-9B2C-26BB1CF83461),
  465.     odl,
  466.     helpstring("ISmartRenderEngine Interface"),
  467.     pointer_default(unique)
  468. ]
  469. interface ISmartRenderEngine : IUnknown
  470. {
  471.     HRESULT SetGroupCompressor( long Group, IBaseFilter * pCompressor );
  472.     HRESULT GetGroupCompressor( long Group, IBaseFilter ** pCompressor );
  473.     HRESULT SetFindCompressorCB( IFindCompressorCB * pCallback );
  474. }                  
  475. ////////////////////////////////////////////////////////////////
  476. ////////////////////////////////////////////////////////////////
  477. // TIMELINE TIMELINE TIMELINE TIMELINE TIMELINE TIMELINE
  478. ////////////////////////////////////////////////////////////////
  479. ////////////////////////////////////////////////////////////////
  480.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  481.     // Every object on the timeline supports at least this interface.
  482.     // explained methods:
  483.     // Get/SetStartStop - the timeline times at which this object is
  484.     //      active. Groups and Tracks have start times of zero.
  485.     // FixTimes - used by the render engine. Rounds the input times
  486.     //      to the nearest FPS of the parent Group, for use in setting
  487.     //      up the big switch.
  488.     // GetSubObject - get the sub-object which is associated with this
  489.     //      timeline object. Each timeline object can carry around a
  490.     //      pointer to 'something else'. For our Render Engine, this is
  491.     //      a pointer to a filter that gets put into a graph. 
  492.     // NOTE: Getting the subobject will FORCE it to load if it's possible
  493.     //      to force this. If you don't want it to do this, don't call
  494.     //      this function.
  495.     // SetSubObject - see GetSubObject
  496.     // SetSubObjectGUID - instead of giving the node a pointer, you can
  497.     //      instead give it a GUID and see if this works instead. The
  498.     //      sub-object will attempt to be instantiated when 'necessary'
  499.     //      which is really when it's asked for with GetSubObject./
  500.     //      !!! a better way to do this perhaps?
  501.     // GetSubObjectLoaded - ask if the sub-object pointer is set
  502.     // Get/SetTimelineType - return the major type which is stored here,
  503.     //      used by the API user and the render engine.
  504.     // Get/SetTimelineSubType - see above
  505.     // Get/SetUserID - get and set a number, any number
  506.     // GetGenID - every created object has a unique number to it. Used
  507.     //      by the render engine.
  508.     // Get/SetUserName - a storable name, for users of the API
  509.     // Get/SetPropertySetter - the object that will set properties for this
  510.     //      object (it will support IPropertySetter and it is created by 
  511.     //      CPropertySetter)
  512.     // Get/SetUserData - gets the persistant data used by the user of
  513.     //      the API.
  514.     // Get/SetMuted - set whether this object should be active or not.
  515.     //      Setting a parent of other objects off also turns off the
  516.     //      sub-objects.
  517.     // Get/SetLocked - set whether you can edit this object or not.
  518.     //      Note: the timeline doesn't enforce this, it just stores
  519.     //      a value for convenience.
  520.     // Get/SetDirtyRange - 
  521.     // RemoveAll - remove this object, and if in the tree already, all it's
  522.     //        sub objects, including children
  523.     // Remove - remove this object, and if in the tree already, all it's
  524.     //        sub objects, but not kids
  525.     // GetTimelineNoRef - called internally by the timeline.
  526.     // GetGroupIBelongTo - called internally by the timeline.
  527.     // GetEmbedDepth - find out how many tracks we are a part of
  528.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  529. [
  530.     object,
  531.     local,
  532.     uuid(78530B77-61F9-11D2-8CAD-00A024580902),
  533.     odl,
  534.     helpstring("IAMTimelineObj Interface"),
  535.     pointer_default(unique)
  536. ]
  537. interface IAMTimelineObj : IUnknown
  538. {
  539.     [helpstring("method GetStartStop")] 
  540.     HRESULT GetStartStop(REFERENCE_TIME * pStart, REFERENCE_TIME * pStop);
  541.     [helpstring("method GetStartStop2")] 
  542.     HRESULT GetStartStop2(REFTIME * pStart, REFTIME * pStop);
  543.     [helpstring("method FixTimes")] 
  544.     HRESULT FixTimes(REFERENCE_TIME * pStart, REFERENCE_TIME * pStop);
  545.     [helpstring("method FixTimes2")] 
  546.     HRESULT FixTimes2(REFTIME * pStart, REFTIME * pStop);
  547.     [helpstring("method SetStartStop")] 
  548.     HRESULT SetStartStop(REFERENCE_TIME Start, REFERENCE_TIME Stop);
  549.     [helpstring("method SetStartStop2")] 
  550.     HRESULT SetStartStop2(REFTIME Start, REFTIME Stop);
  551.     [helpstring("method GetPropertySetter")] 
  552.     HRESULT GetPropertySetter([out,retval] IPropertySetter* *pVal);
  553.     [helpstring("method SetPropertySetter")] 
  554.     HRESULT SetPropertySetter(IPropertySetter* newVal);
  555.     [helpstring("method GetSubObject")] 
  556.     HRESULT GetSubObject([out,retval] IUnknown* *pVal);
  557.     [helpstring("method SetSubObject")] 
  558.     HRESULT SetSubObject(IUnknown* newVal);
  559.     [helpstring("method SetSubObjectGUID")] 
  560.     HRESULT SetSubObjectGUID(GUID newVal);
  561.     [helpstring("method SetSubObjectGUIDByBSTR")] 
  562.     HRESULT SetSubObjectGUIDB(BSTR newVal);
  563.     [helpstring("method GetSubObjectGUID")] 
  564.     HRESULT GetSubObjectGUID(GUID * pVal);
  565.     [helpstring("method GetSubObjectGUIDByBSTR")] 
  566.     HRESULT GetSubObjectGUIDB([out,retval] BSTR * pVal);
  567.     [helpstring("method GetSubObjectLoaded")] 
  568.     HRESULT GetSubObjectLoaded(BOOL * pVal);
  569.     [helpstring("method GetTimelineType")] 
  570.     HRESULT GetTimelineType(TIMELINE_MAJOR_TYPE * pVal);
  571.     [helpstring("method SetTimelineType")] 
  572.     HRESULT SetTimelineType(TIMELINE_MAJOR_TYPE newVal);
  573.     [helpstring("method GetUserID")] 
  574.     HRESULT GetUserID(long * pVal);
  575.     [helpstring("method SetUserID")] 
  576.     HRESULT SetUserID(long newVal);
  577.     [helpstring("method GetGenID")] 
  578.     HRESULT GetGenID( long * pVal );
  579.     [helpstring("method GetUserName")] 
  580.     HRESULT GetUserName([out,retval] BSTR * pVal);
  581.     [helpstring("method SetUserName")] 
  582.     HRESULT SetUserName(BSTR newVal);
  583.     [helpstring("method GetUserData")] 
  584.     HRESULT GetUserData(BYTE * pData, long * pSize);
  585.     [helpstring("method SetUserData")] 
  586.     HRESULT SetUserData(BYTE * pData, long Size);
  587.     [helpstring("method GetMuted")] 
  588.     HRESULT GetMuted(BOOL * pVal);
  589.     [helpstring("method SetMuted")] 
  590.     HRESULT SetMuted(BOOL newVal);
  591.     [helpstring("method GetLocked")] 
  592.     HRESULT GetLocked(BOOL * pVal);
  593.     [helpstring("method SetLocked")] 
  594.     HRESULT SetLocked(BOOL newVal);
  595.     [helpstring("method GetDirtyRange")] 
  596.     HRESULT GetDirtyRange(REFERENCE_TIME * pStart, REFERENCE_TIME * pStop);
  597.     [helpstring("method GetDirtyRange")] 
  598.     HRESULT GetDirtyRange2(REFTIME * pStart, REFTIME * pStop);
  599.     [helpstring("method SetDirtyRange")] 
  600.     HRESULT SetDirtyRange(REFERENCE_TIME Start, REFERENCE_TIME Stop);
  601.     [helpstring("method SetDirtyRange")] 
  602.     HRESULT SetDirtyRange2(REFTIME Start, REFTIME Stop);
  603.     [helpstring("method ClearDirty")] 
  604.     HRESULT ClearDirty( );
  605.     [helpstring("method Remove")] 
  606.     HRESULT Remove();
  607.     [helpstring("method RemoveAll")] 
  608.     HRESULT RemoveAll();
  609.     HRESULT GetTimelineNoRef( IAMTimeline ** ppResult );
  610.     HRESULT GetGroupIBelongTo( [out] IAMTimelineGroup ** ppGroup );
  611.     HRESULT GetEmbedDepth( long * pVal );
  612. };
  613.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  614.     // Any object on the timeline that can have an effect put on it 
  615.     // implements this interface. This includes sources, tracks, and
  616.     // compositions.
  617.     // explained methods:
  618.     // EffectInsBefore - insert an effect at the given priority onto
  619.     //      this object. The effect's times will be clipped within
  620.     //      this object's bounds. Use -1 to specify 'at the end' for priority.
  621.     //      You cannot have two effects at the same priority.
  622.     // EffectSwapPriorities - swaparoo two effects. Makes undo easier to
  623.     //      implement.
  624.     // EffectGetCount - get how many effects are applied to this object.
  625.     // GetEffect - get the nth effect applied to this object
  626.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  627. //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  628. //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  629. [
  630.     object,
  631.     uuid(EAE58537-622E-11d2-8CAD-00A024580902),
  632.     odl,
  633.     helpstring("IAMTimelineEffectable Interface"),
  634.     pointer_default(unique)
  635. ]
  636. interface IAMTimelineEffectable : IUnknown
  637. {
  638.     [helpstring("method EffectInsBefore")] 
  639.     HRESULT EffectInsBefore(IAMTimelineObj * pFX, long priority);
  640.     [helpstring("method EffectSwapPriorities")] 
  641.     HRESULT EffectSwapPriorities(long PriorityA, long PriorityB);
  642.     [helpstring("method EffectGetCount")] 
  643.     HRESULT EffectGetCount(long * pCount);
  644.     [helpstring("method GetEffect")] 
  645.     HRESULT GetEffect([out] IAMTimelineObj ** ppFx, long Which);
  646. };
  647.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  648.     // Any effect on the timeline will support at least this interface.
  649.     // NOTE: The Start/Stop times on this object are RELATIVE to their
  650.     // parent's, as are all start/stop times.
  651.     // explained methods:
  652.     // EffectGetPriority - finds out this effect's priority related to the others.
  653.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  654. [
  655.     object,
  656.     uuid(BCE0C264-622D-11d2-8CAD-00A024580902),
  657.     odl,
  658.     helpstring("IAMTimelineEffect Interface"),
  659.     pointer_default(unique)
  660. ]
  661. interface IAMTimelineEffect : IUnknown
  662. {
  663.     [helpstring("method EffectGetPriority")] 
  664.     HRESULT EffectGetPriority(long * pVal);
  665. };
  666.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  667.     // Any object on the timeline that can have a transition put on it
  668.     // implements this interface
  669.     // explained methods:
  670.     // TransAdd - add a transition on this object. Multiple trans's on 
  671.     //      the same object cannot overlap in time. Transitions' times
  672.     //      must lie within the bounds of their parent.
  673.     // TransGetCount - get how many transitions are applied to this
  674.     //      object.
  675.     // GetNextTrans - given a time, get the next transition that happens
  676.     //      on this object after that time. On exit, the input time is
  677.     //      set to the start time of the transition.
  678.     // GetTransAtTime - find a transition forwards or backwards from
  679.     //        a given spot. See DEXTERF_TRACK_SEARCH_FLAGS enum.
  680.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  681. [
  682.     object,
  683.     uuid(378FA386-622E-11d2-8CAD-00A024580902),
  684.     odl,
  685.     helpstring("IAMTimelineTransable Interface"),
  686.     pointer_default(unique)
  687. ]
  688. interface IAMTimelineTransable : IUnknown
  689. {
  690.     [helpstring("method TransAdd")] 
  691.     HRESULT TransAdd(IAMTimelineObj * pTrans);
  692.     [helpstring("method TransGetCount")] 
  693.     HRESULT TransGetCount(long * pCount);
  694.     [helpstring("method GetNextTrans")] 
  695.     HRESULT GetNextTrans([out] IAMTimelineObj ** ppTrans, REFERENCE_TIME * pInOut);
  696.     [helpstring("method GetNextTrans2")] 
  697.     HRESULT GetNextTrans2([out] IAMTimelineObj ** ppTrans, REFTIME * pInOut);
  698.     [helpstring("method GetTransAtTime")] 
  699.     HRESULT GetTransAtTime(
  700.         [out] IAMTimelineObj ** ppObj, 
  701.         REFERENCE_TIME Time, 
  702.         long SearchDirection ); 
  703.     [helpstring("method GetTransAtTime2")] 
  704.     HRESULT GetTransAtTime2([out] IAMTimelineObj ** ppObj, REFTIME Time, long SearchDirection ); 
  705. };
  706.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  707.     // Any object on the timeline that can be split into two will
  708.     // implement this interface. Namely, source, effects, and transitions
  709.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  710. [
  711.     object,
  712.     uuid(A0F840A0-D590-11d2-8D55-00A0C9441E20),
  713.     odl,
  714.     helpstring("IAMTimelineSplittable Interface"),
  715.     pointer_default(unique)
  716. ]
  717. interface IAMTimelineSplittable : IUnknown
  718. {
  719.     HRESULT SplitAt(REFERENCE_TIME Time);
  720.     HRESULT SplitAt2(REFTIME Time);
  721. };
  722.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  723.     // Any trans on the timeline will support at least this interface.
  724.     // NOTE: The Start/Stop times on this object are RELATIVE to their
  725.     // parent's, as are all start/stop times.
  726.     // explained methods:
  727.     // GetCutPoint - get where this transition should cut from A to B
  728.     //      if the transition were not applied.
  729.     // GetA2B - get if this transition is to go from A->B or B->A.
  730.     // GetBackwards - get if this transition should run backwards.
  731.     // GetCutsOnly - force no transition, force doing a cut
  732.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  733. [
  734.     object,
  735.     uuid(BCE0C265-622D-11d2-8CAD-00A024580902),
  736.     odl,
  737.     helpstring("IAMTimelineTrans Interface"),
  738.     pointer_default(unique)
  739. ]
  740. interface IAMTimelineTrans : IUnknown
  741. {
  742.     [helpstring("method GetCutPoint")] 
  743.     HRESULT GetCutPoint(REFERENCE_TIME * pTLTime);
  744.     [helpstring("method GetCutPoint2")] 
  745.     HRESULT GetCutPoint2(REFTIME * pTLTime);
  746.     [helpstring("method SetCutPoint")] 
  747.     HRESULT SetCutPoint(REFERENCE_TIME TLTime);
  748.     [helpstring("method SetCutPoint2")]
  749.     HRESULT SetCutPoint2(REFTIME TLTime);
  750.     [helpstring("method GetSwapInputs")] 
  751.     HRESULT GetSwapInputs( BOOL * pVal );
  752.     [helpstring("method SetSwapInputs")] 
  753.     HRESULT SetSwapInputs( BOOL pVal );
  754.     [helpstring("method GetCutsOnly")] 
  755.     HRESULT GetCutsOnly( BOOL * pVal );
  756.     [helpstring("method SetCutsOnly")] 
  757.     HRESULT SetCutsOnly( BOOL pVal );
  758. };
  759.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  760.     // Sources represent any source media object on the timeline.
  761.     // They extend an IAMTimelineObj to include media start and stop
  762.     // times, a media name (which could represent darned near anything),
  763.     // and a StreamNumber, which defines which stream out of a potential
  764.     // many this stream represents from a source clip.
  765.     // explained methods:
  766.     // ModifyStopTime - like calling SetStartStop, but this method just
  767.     //      adjusts the tail end of the clip.
  768.     // FixMediaTimes - called by the render engine to round times to
  769.     //      this source clip's parent group's FPS.
  770.     // SpliceWithNext - if the next clip after this is the same source
  771.     //      and this's stop time matches next's start time, the two
  772.     //      will be joined.
  773.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  774. [
  775.     object,
  776.     uuid(78530B79-61F9-11D2-8CAD-00A024580902),
  777.     odl,
  778.     helpstring("IAMTimelineSrc Interface"),
  779.     pointer_default(unique)
  780. ]
  781. interface IAMTimelineSrc : IUnknown
  782. {
  783.     [helpstring("method GetMediaTimes")] 
  784.     HRESULT GetMediaTimes(REFERENCE_TIME * pStart, REFERENCE_TIME * pStop);
  785.     [helpstring("method GetMediaTimes2")] 
  786.     HRESULT GetMediaTimes2(REFTIME * pStart, REFTIME * pStop);
  787.     [helpstring("method ModifyStopTime")] 
  788.     HRESULT ModifyStopTime(REFERENCE_TIME Stop);
  789.     [helpstring("method ModifyStopTime2")] 
  790.     HRESULT ModifyStopTime2(REFTIME Stop);
  791.     [helpstring("method FixMediaTimes")] 
  792.     HRESULT FixMediaTimes(REFERENCE_TIME * pStart, REFERENCE_TIME * pStop);
  793.     [helpstring("method FixMediaTimes2")] 
  794.     HRESULT FixMediaTimes2(REFTIME * pStart, REFTIME * pStop);
  795.     [helpstring("method SetMediaTimes")] 
  796.     HRESULT SetMediaTimes(REFERENCE_TIME Start, REFERENCE_TIME Stop);
  797.     [helpstring("method SetMediaTimes2")] 
  798.     HRESULT SetMediaTimes2(REFTIME Start, REFTIME Stop);
  799.     [helpstring("method SetMediaLength")] 
  800.     HRESULT SetMediaLength(REFERENCE_TIME Length);
  801.     [helpstring("method SetMediaLength2")] 
  802.     HRESULT SetMediaLength2(REFTIME Length);
  803.     [helpstring("method GetMediaLength")] 
  804.     HRESULT GetMediaLength(REFERENCE_TIME * pLength);
  805.     [helpstring("method GetMediaLength2")] 
  806.     HRESULT GetMediaLength2(REFTIME * pLength);
  807.     [helpstring("method GetMediaName")] 
  808.     HRESULT GetMediaName([out,retval] BSTR * pVal);
  809.     [helpstring("method SetMediaName")] 
  810.     HRESULT SetMediaName(BSTR newVal);
  811.     [helpstring("method SpliceWithNext")] 
  812.     HRESULT SpliceWithNext(IAMTimelineObj * pNext);
  813.     [helpstring("method GetStreamNumber")] 
  814.     HRESULT GetStreamNumber(long * pVal);
  815.     [helpstring("method SetStreamNumber")] 
  816.     HRESULT SetStreamNumber(long Val);
  817.     HRESULT IsNormalRate( BOOL * pVal );
  818.     // If a source can't figure out its frames per second, this number
  819.     // will be used (eg: Dib sequences).  AVI, MPEG, etc. will not need this
  820.     // Use 0 fps to prevent a filename like "ski4.jpg" from using a dib seq
  821.     [helpstring("method GetDefaultFPS")] 
  822.     HRESULT GetDefaultFPS(double * pFPS);
  823.     [helpstring("method SetDefaultFPS")] 
  824.     HRESULT SetDefaultFPS(double FPS);
  825.     // !!! This is video specific.. new interface?
  826.     // what kind of stretching? Stretch, crop, or preserve aspect ratio?
  827.     [helpstring("method GetStretchMode")] 
  828.     HRESULT GetStretchMode(int * pnStretchMode);
  829.     [helpstring("method SetStretchMode")] 
  830.     HRESULT SetStretchMode(int nStretchMode);
  831. };
  832.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  833.     // Tracks are things that can contain media in them. You can add
  834.     // and remove sources, effects, and transitions from them. Sources
  835.     // are added according to the current insert mode of the timeline.
  836.     // If in OVERLAY mode, moving or adding a source to a time that's
  837.     // already occupied by another source will wipe out any overlapping
  838.     // portion of the underlying source. In InsertMode, everything at
  839.     // the insert point is moved down in time to make room for the
  840.     // new source.
  841.     // explained methods:
  842.     // SrcAdd - add the source to this track. The source's start/stop
  843.     //      times must be set up first.
  844.     // GetNextSrc - pass a time in at which you wish to find a source
  845.     //      and it will return the first source which occurs after the 
  846.     //      given time.
  847.     // MoveAllSources - bump a bunch of sources a certain direction
  848.     //      on the track by a given time.
  849.     // GetSourcesCount - how many sources are on this track?
  850.     // AreYouBlank - do you contain anything at all?
  851.     // GetSrcAtTime - find a source at a given time. SearchDirection
  852.     //      is which way to search. -1 = backwards, 1 = forwards
  853.     // MakeSpace - !!! what does this do, anyhow?
  854.     // RemoveSlice - !!! what does this do, anyhow?
  855.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  856. [
  857.     object,
  858.     uuid(EAE58538-622E-11d2-8CAD-00A024580902),
  859.     odl,
  860.     helpstring("IAMTimelineTrack Interface"),
  861.     pointer_default(unique)
  862. ]
  863. interface IAMTimelineTrack : IUnknown
  864. {
  865.     [helpstring("method SrcAdd")] 
  866.     HRESULT SrcAdd(IAMTimelineObj * pSource);
  867.     [helpstring("method GetNextSrc")] 
  868.     HRESULT GetNextSrc([out] IAMTimelineObj ** ppSrc, REFERENCE_TIME * pInOut);
  869.     [helpstring("method GetNextSrc2")] 
  870.     HRESULT GetNextSrc2([out] IAMTimelineObj ** ppSrc, REFTIME * pInOut);
  871.     [helpstring("method MoveEverythingBy")] 
  872.     HRESULT MoveEverythingBy( REFERENCE_TIME Start, REFERENCE_TIME MoveBy );
  873.     [helpstring("method MoveEverythingBy2")] 
  874.     HRESULT MoveEverythingBy2( REFTIME Start, REFTIME MoveBy );
  875.     [helpstring("method GetSourcesCount")] 
  876.     HRESULT GetSourcesCount( long * pVal );
  877.     [helpstring("method AreYouBlank")] 
  878.     HRESULT AreYouBlank( long * pVal );
  879.     [helpstring("method GetSrcAtTime")] 
  880.     HRESULT GetSrcAtTime(
  881.         [out] IAMTimelineObj ** ppSrc, 
  882.         REFERENCE_TIME Time, 
  883.         long SearchDirection ); 
  884.     [helpstring("method GetSrcAtTime2")] 
  885.     HRESULT GetSrcAtTime2([out] IAMTimelineObj ** ppSrc, REFTIME Time, long SearchDirection ); 
  886.     HRESULT InsertSpace( REFERENCE_TIME rtStart, REFERENCE_TIME rtEnd );
  887.     HRESULT InsertSpace2( REFTIME rtStart, REFTIME rtEnd );
  888.     HRESULT ZeroBetween( REFERENCE_TIME rtStart, REFERENCE_TIME rtEnd );
  889.     HRESULT ZeroBetween2( REFTIME rtStart, REFTIME rtEnd );
  890.     HRESULT GetNextSrcEx(IAMTimelineObj * pLast, [out] IAMTimelineObj **ppNext);
  891. };
  892.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  893.     // This virtual track interface is shared by both the compositions
  894.     // and tracks (and groups). 
  895.     // explained methods:
  896.     // TrackGetPriority - used by rendering objects which need to know this.
  897.     // SetTrackDirty - !!! not sure if this is useful.
  898.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  899. [
  900.     object,
  901.     uuid(A8ED5F80-C2C7-11d2-8D39-00A0C9441E20),
  902.     odl,
  903.     helpstring("IAMTimelineVirtualTrack Interface"),
  904.     pointer_default(unique)
  905. ]
  906. interface IAMTimelineVirtualTrack : IUnknown
  907. {
  908.     [helpstring("method TrackGetPriority")] 
  909.     HRESULT TrackGetPriority(long * pPriority);
  910.     [helpstring("method SetTrackDirty")] 
  911.     HRESULT SetTrackDirty( );
  912. };
  913.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  914.     // Compositions are like tracks in the sense that they also
  915.     // implement IAMVirtualTrack and you can put transitions and effects
  916.     // on them, but they really are the SUM of those tracks that they
  917.     // contain. They are "embedded" compositions. They should only contain
  918.     // media of one particular type (like all video or all audio), but 
  919.     // this is not enforced. You can add a composition to another
  920.     // composition with VTrackInsBefore, just like you can add a track.
  921.     // The very top composition to which all other comps and tracks belong
  922.     // is a Group, which supports I-AMTimelineGroup as well as I-AMTimelineComp.
  923.     // explained methods:
  924.     // VTrackInsBefore - does NOT mean VideoTrack. Means Virtual Track.
  925.     //      Adds a virtual track to a composition at a given priority.
  926.     //      use -1 to mean "at the end"
  927.     // VTrackSwapPriorities - switch two vtracks around.
  928.     // VTrackGetCount - get how many vtracks this comp contains.
  929.     // GetVTrack - you get the idea
  930.     // GetCountOfType - Get the total number of these objects this comp
  931.     //      and all it's vtracks (recursively) contains. !!! this may be dead.
  932.     // GetRecursiveLayerOfType - given a number, returns a given track. This
  933.     //      is done recursively. You need to pass in a pointer to the number,
  934.     //        and it will be modified upon exit to an unknown value. DO NOT
  935.     //      CALL THE VERSION WITH THE POINTER!
  936.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  937. [
  938.     object,
  939.     uuid(EAE58536-622E-11d2-8CAD-00A024580902),
  940.     odl,
  941.     helpstring("IAMTimelineComp Interface"),
  942.     pointer_default(unique)
  943. ]
  944. interface IAMTimelineComp : IUnknown
  945. {
  946.     [helpstring("method VTrackInsBefore")] 
  947.     HRESULT VTrackInsBefore(IAMTimelineObj * pVirtualTrack, long Priority);
  948.     [helpstring("method VTrackSwapPriorities")] 
  949.     HRESULT VTrackSwapPriorities(long VirtualTrackA, long VirtualTrackB);
  950.     [helpstring("method VTrackGetCount")] 
  951.     HRESULT VTrackGetCount(long * pVal);
  952.     [helpstring("method GetVTrack")] 
  953.     HRESULT GetVTrack([out] IAMTimelineObj ** ppVirtualTrack, long Which);
  954.     [helpstring("method GetCountOfType")] 
  955.     HRESULT GetCountOfType(long * pVal, long * pValWithComps, TIMELINE_MAJOR_TYPE MajorType );
  956.     [helpstring("method GetRecursiveLayerOfType")] 
  957.     HRESULT GetRecursiveLayerOfType(
  958.         [out] IAMTimelineObj ** ppVirtualTrack, 
  959.         long WhichLayer, 
  960.         TIMELINE_MAJOR_TYPE Type);
  961.     [helpstring("method GetRecursiveLayerOfTypeI (do not call)")] 
  962.     HRESULT GetRecursiveLayerOfTypeI(
  963.         [out] IAMTimelineObj ** ppVirtualTrack, 
  964.         [in,out] long * pWhichLayer, 
  965.         TIMELINE_MAJOR_TYPE Type);
  966.     HRESULT GetNextVTrack(IAMTimelineObj *pVirtualTrack, [out] IAMTimelineObj **ppNextVirtualTrack);
  967. };
  968.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  969.     // Groups represent the topmost composition in a timeline. Every
  970.     // group should contain media of only one major type (like all video).
  971.     // The timeline can contain multiple groups, see it's interface for
  972.     // this. Each group has a particular "media type" that you can get/set
  973.     // which help identify it. Each group has an associated FPS which
  974.     // is used by the render engine in setting up the big switch. All
  975.     // cuts on the timeline will happen rounded to this nearest FPS for
  976.     // this particular group. Each group has a priority which enables
  977.     // writing out multiple-stream files with 1 or more streams of the
  978.     // same type. (Like a 2 video stream AVI file).
  979.     // explained methods:
  980.     // SetTimeline - this is called internally when the group is added.
  981.     //      Do not call this.
  982.     // GetTimeline - get the timeline this group belongs to.
  983.     // GetPriority - get this group's priority
  984.     // Get/SetOutputFPS - explained above
  985.     // SetMediaTypeForVB - method for VB. Pass in 0 for video, 1 for audio
  986.     // SetRecompFormatFromSource - set the recompress format based on the
  987.     //  source that's loaded or set in the IAMTimelineSrc
  988.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  989. [
  990.     object,
  991.     uuid(9EED4F00-B8A6-11d2-8023-00C0DF10D434),
  992.     odl,
  993.     helpstring("IAMTimelineGroup Interface"),
  994.     pointer_default(unique)
  995. ]
  996. interface IAMTimelineGroup : IUnknown
  997. {
  998.     [helpstring("method SetTimeline")] 
  999.     HRESULT SetTimeline( IAMTimeline * pTimeline );
  1000.     [helpstring("method GetTimeline")] 
  1001.     HRESULT GetTimeline( [out] IAMTimeline ** ppTimeline );
  1002.     [helpstring("method GetPriority")] 
  1003.     HRESULT GetPriority( long * pPriority );
  1004.     [helpstring("method GetMediaType")] 
  1005.     HRESULT GetMediaType([out] AM_MEDIA_TYPE *);
  1006.     [helpstring("method SetMediaType")] 
  1007.     HRESULT SetMediaType([in] AM_MEDIA_TYPE *);
  1008.     [helpstring("method SetOutputFPS")] 
  1009.     HRESULT SetOutputFPS(double FPS);
  1010.     [helpstring("method GetOutputFPS")] 
  1011.     HRESULT GetOutputFPS(double * pFPS);
  1012.     [helpstring("method SetGroupName")] 
  1013.     HRESULT SetGroupName( BSTR pGroupName );
  1014.     [helpstring("method GetGroupName")] 
  1015.     HRESULT GetGroupName( [out,retval] BSTR * pGroupName );
  1016.     // in preview mode, skip frames.  In authoring mode, don't
  1017.     [helpstring("method SetPreviewMode")] 
  1018.     HRESULT SetPreviewMode( BOOL fPreview );
  1019.     [helpstring("method GetPreviewMode")] 
  1020.     HRESULT GetPreviewMode( BOOL *pfPreview );
  1021.     [helpstring("method SetMediaTypeForVB")] 
  1022.     HRESULT SetMediaTypeForVB([in] long Val );
  1023.     // how many frames ahead switch can run
  1024.     [helpstring("method GetOutputBuffering")] 
  1025.     HRESULT GetOutputBuffering([out] int *pnBuffer );
  1026.     [helpstring("method SetOutputBuffering")] 
  1027.     HRESULT SetOutputBuffering([in] int nBuffer );
  1028.     HRESULT SetSmartRecompressFormat( long * pFormat );
  1029.     HRESULT GetSmartRecompressFormat( long ** ppFormat );
  1030.     HRESULT IsSmartRecompressFormatSet( BOOL * pVal );
  1031.     HRESULT IsRecompressFormatDirty( BOOL * pVal );
  1032.     HRESULT ClearRecompressFormatDirty( );
  1033.     HRESULT SetRecompFormatFromSource( IAMTimelineSrc * pSource );
  1034. };
  1035.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  1036.     // The main timeline. This is the base object you use to set
  1037.     // properties of the timeline as a whole, and to create blank
  1038.     // objects for use within the timeline. You cannot create the
  1039.     // objects using COM methods, you must go through the timeline to
  1040.     // create this. That's because certain information is set before
  1041.     // handing the object back to you. Every object created by the
  1042.     // timeline will support at LEAST IAMTimelineObj. For any timeline,
  1043.     // it can have one or more "groups" that it knows about. Each group
  1044.     // has the capability to hold a complete sub-tree containing media
  1045.     // that is all of one type. This logical seperation is used for the
  1046.     // rendering engine, but is not strictly enforced.
  1047.     // explained methods:
  1048.     // CreateEmptyNode - pass in a mid type and it will pass back
  1049.     //      an object of the type you requested.
  1050.     // AddGroup - add a created group to the tree
  1051.     // RemGroupFromList - make sure timeline no longer knows about this group.
  1052.     //        does NOT do anything to the group itself. Normally the user
  1053.     //        does not want to call this, it's called from the Group's Remove( ) method.
  1054.     // GetGroup - get a certain group
  1055.     // GetGroupCount - get how many groups
  1056.     // ClearAllGroups - clear everything
  1057.     // GetInsertMode - ask what the insert mode is, overlay or insert
  1058.     // SetInsertMode - set whether to insert or overlay
  1059.     // EnableTransitions - turn transitions on or off as a whole
  1060.     // EnableEffects - same deal.
  1061.     // SetIntererstRange - discard sub-objects outside of a given
  1062.     //      time range, to save memory/resources
  1063.     // Get/SetDefaultFPS - set the 'default' FPS for this timeline,
  1064.     //      the RenderEngine reads this information for setting itself up
  1065.     //      by default.
  1066.     // GetCountOfType - ask for how many of a given thing are in a given
  1067.     //      group. !!! this may be a useless function.
  1068.     // !!! not implemented
  1069.     // IsDirty - asks if anything in the timeline needs to be redrawn
  1070.     // GetDirtyRange - same deal
  1071.     // ValidateSourceNames - make sure the filenames in the sources
  1072.     //      really exist. Use the same enum flags as the render engine
  1073.     //      uses for SetSourceNameValidation. Source's filenames will be
  1074.     //      changed to those of the found ones in the timeline.
  1075.     // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  1076. [
  1077.     object,
  1078.     uuid(78530B74-61F9-11D2-8CAD-00A024580902),
  1079.     odl,
  1080.     helpstring("IAMTimeline Interface"),
  1081.     pointer_default(unique)
  1082. ]
  1083. interface IAMTimeline : IUnknown
  1084. {
  1085.     [helpstring("method CreateEmptyNode")] 
  1086.     HRESULT CreateEmptyNode([out] IAMTimelineObj ** ppObj, TIMELINE_MAJOR_TYPE Type );
  1087.     HRESULT AddGroup( IAMTimelineObj * pGroup );
  1088.     HRESULT RemGroupFromList( IAMTimelineObj * pGroup );
  1089.     HRESULT GetGroup( [out] IAMTimelineObj ** ppGroup, long WhichGroup );
  1090.     HRESULT GetGroupCount( long * pCount );
  1091.     HRESULT ClearAllGroups( );
  1092.     HRESULT GetInsertMode( long * pMode );
  1093.     [helpstring("method SetInsertMode")] 
  1094.     HRESULT SetInsertMode(long Mode);
  1095.     [helpstring("method EnableTransitions")] 
  1096.     HRESULT EnableTransitions(BOOL fEnabled);
  1097.     [helpstring("method TransitionsEnabled")] 
  1098.     HRESULT TransitionsEnabled(BOOL * pfEnabled);
  1099.     [helpstring("method EnableEffects")] 
  1100.     HRESULT EnableEffects(BOOL fEnabled);
  1101.     [helpstring("method EffectsEnabled")] 
  1102.     HRESULT EffectsEnabled(BOOL * pfEnabled);
  1103.     [helpstring("method SetInterestRange")] 
  1104.     HRESULT SetInterestRange(REFERENCE_TIME Start, REFERENCE_TIME Stop);
  1105.     [helpstring("method GetDuration")] 
  1106.     HRESULT GetDuration(REFERENCE_TIME * pDuration);
  1107.     [helpstring("method GetDuration2")] 
  1108.     HRESULT GetDuration2(double * pDuration);
  1109.     [helpstring("method SetDefaultFPS")] 
  1110.     HRESULT SetDefaultFPS(double FPS);
  1111.     [helpstring("method GetDefaultFPS")] 
  1112.     HRESULT GetDefaultFPS(double * pFPS);
  1113.     [helpstring("method IsDirty")] 
  1114.     HRESULT IsDirty(BOOL * pDirty);
  1115.     [helpstring("method GetDirtyRange")] 
  1116.     HRESULT GetDirtyRange(REFERENCE_TIME * pStart, REFERENCE_TIME * pStop);
  1117.     [helpstring("method GetCountOfType")] 
  1118.     HRESULT GetCountOfType(long Group, long * pVal, long * pValWithComps, TIMELINE_MAJOR_TYPE MajorType );
  1119.     HRESULT ValidateSourceNames( long ValidateFlags, IMediaLocator * pOverride, LONG_PTR NotifyEventHandle );
  1120.     HRESULT SetDefaultTransition( GUID * pGuid );
  1121.     HRESULT GetDefaultTransition( GUID * pGuid );
  1122.     HRESULT SetDefaultEffect( GUID * pGuid );
  1123.     HRESULT GetDefaultEffect( GUID * pGuid );
  1124.     HRESULT SetDefaultTransitionB( BSTR pGuid );
  1125.     HRESULT GetDefaultTransitionB( [out,retval] BSTR * pGuid );
  1126.     HRESULT SetDefaultEffectB( BSTR pGuid );
  1127.     HRESULT GetDefaultEffectB( [out,retval] BSTR * pGuid );
  1128. };
  1129. ////////////////////////////////////////////////////////////////
  1130. ////////////////////////////////////////////////////////////////
  1131. // XML STUFF --- XML STUFF --- XML STUFF --- XML STUFF --- XML
  1132. ////////////////////////////////////////////////////////////////
  1133. ////////////////////////////////////////////////////////////////
  1134. //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  1135. // Xml2Dex - converts back and forth between XML and a dexter project
  1136. //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  1137. [
  1138.     object,
  1139.     uuid(18C628ED-962A-11D2-8D08-00A0C9441E20),
  1140.     odl,
  1141.     helpstring("IXml2Dex Interface"),
  1142.     pointer_default(unique)
  1143. ]
  1144. interface IXml2Dex : IDispatch
  1145. {
  1146.     [id(1), helpstring("method CreateGraphFromFile")] 
  1147.     HRESULT CreateGraphFromFile([out] IUnknown ** ppGraph, IUnknown * pTimeline, BSTR Filename);
  1148.     [id(2), helpstring("method WriteGrfFile")] 
  1149.     HRESULT WriteGrfFile(IUnknown * pGraph, BSTR FileName);
  1150.     [id(3), helpstring("method WriteXMLFile")] 
  1151.     HRESULT WriteXMLFile(IUnknown * pTimeline, BSTR FileName);
  1152.     [id(5), helpstring("method ReadXMLFile")] 
  1153.     HRESULT ReadXMLFile(IUnknown *pTimeline, BSTR XMLName);
  1154.     [id(6), helpstring("method Delete")] 
  1155.     HRESULT Delete(IUnknown *pTimeline, double dStart, double dEnd);
  1156.     [id(7), helpstring("method WriteXMLPart")] 
  1157.     HRESULT WriteXMLPart(IUnknown * pTimeline, double dStart, double dEnd, BSTR FileName);
  1158.     [id(8), helpstring("method PasteXMLFile")] 
  1159.     HRESULT PasteXMLFile(IUnknown * pTimeline, double dStart, BSTR FileName);
  1160.     [id(9), helpstring("method CopyXML")] 
  1161.     HRESULT CopyXML(IUnknown * pTimeline, double dStart, double dEnd);
  1162.     [id(10), helpstring("method PasteXML")] 
  1163.     HRESULT PasteXML(IUnknown * pTimeline, double dStart);
  1164.     [id(11), helpstring("method Reset")] 
  1165.     HRESULT Reset( );
  1166.     [id(12), helpstring("method ReadXML")] 
  1167.     HRESULT ReadXML(IUnknown *pTimeline, IUnknown *pXML);
  1168.     [id(13), helpstring("method WriteXML")] 
  1169.     HRESULT WriteXML(IUnknown *pTimeline, BSTR *pbstrXML);
  1170. };
  1171. ////////////////////////////////////////////////////////////////
  1172. ////////////////////////////////////////////////////////////////
  1173. // USEFUL HELPER INTERFACES
  1174. ////////////////////////////////////////////////////////////////
  1175. ////////////////////////////////////////////////////////////////
  1176. //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  1177. // IAMErrorLog - an interface that receives error information from
  1178. // a timeline or a render engine.
  1179. //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  1180. [
  1181.     object,
  1182.     uuid(E43E73A2-0EFA-11d3-9601-00A0C9441E20),
  1183.     odl,
  1184.     helpstring("IAMErrorLog Interface"),
  1185.     pointer_default(unique)
  1186. ]
  1187. interface IAMErrorLog : IUnknown
  1188. {
  1189.     [helpstring("method LogError")] HRESULT LogError(long Severity, BSTR pErrorString, long ErrorCode, long hresult, [in] VARIANT * pExtraInfo );
  1190. };
  1191. [
  1192.     object,
  1193.     uuid(963566DA-BE21-4eaf-88E9-35704F8F52A1),
  1194.     odl,
  1195.     helpstring("IAMSetErrorLog Interface"),
  1196.     pointer_default(unique)
  1197. ]
  1198. interface IAMSetErrorLog : IUnknown
  1199. {
  1200.     [propget, helpstring("property ErrorLog")] HRESULT ErrorLog([out, retval] IAMErrorLog * *pVal);
  1201.     [propput, helpstring("property ErrorLog")] HRESULT ErrorLog([in] IAMErrorLog * newVal);
  1202. };
  1203. [
  1204.     object,
  1205.     uuid(0579154A-2B53-4994-B0D0-E773148EFF85),
  1206.     local,
  1207.     helpstring("ISampleGrabberCB Interface"),
  1208.     pointer_default(unique)
  1209. ]
  1210. interface ISampleGrabberCB : IUnknown
  1211. {
  1212.     HRESULT SampleCB( double SampleTime, IMediaSample * pSample );
  1213.     HRESULT BufferCB( double SampleTime, BYTE * pBuffer, long BufferLen );
  1214. }
  1215. [
  1216.     object,
  1217.     uuid(6B652FFF-11FE-4fce-92AD-0266B5D7C78F),
  1218.     local,
  1219.     helpstring("ISampleGrabber Interface"),
  1220.     pointer_default(unique)
  1221. ]
  1222. interface ISampleGrabber: IUnknown
  1223. {
  1224.     // set this to have the filter immediate stop after
  1225.     // garnishing a sample
  1226.     //
  1227.     HRESULT SetOneShot( BOOL OneShot );
  1228.     // set what media type we connect to. It can be partially
  1229.     // specified by setting only the major type, OR the major and
  1230.     // subtype, OR major, subtype, and the formattype.
  1231.     //
  1232.     HRESULT SetMediaType( const AM_MEDIA_TYPE * pType );
  1233.     // after something's connected to this filter, find out
  1234.     // what it is
  1235.     //
  1236.     HRESULT GetConnectedMediaType( AM_MEDIA_TYPE * pType );
  1237.     // call this to buffer incoming samples, so the next two methods will work
  1238.     // If this is not called, the next two methods will return
  1239.     // E_INVALIDARG
  1240.     //
  1241.     HRESULT SetBufferSamples( BOOL BufferThem );
  1242.     // pass in NULL for pBuffer to get out the buffer size you need to
  1243.     // allocate. This will NOT return a pointer to a compressed dib
  1244.     // any longer! It will return the IMediaSample's GetPointer buffer. 
  1245.     //
  1246.     HRESULT GetCurrentBuffer( [in,out] long * pBufferSize, [out] long * pBuffer );
  1247.     // return the currently buffered sample
  1248.     //
  1249.     HRESULT GetCurrentSample( [out,retval] IMediaSample ** ppSample );
  1250.     // if this callback is set, then it will be called for
  1251.     // every sample passing through the filter. Do not take a long time
  1252.     // in the callback for smooth playback (obviously!)
  1253.     //
  1254.     HRESULT SetCallback( ISampleGrabberCB * pCallback, long WhichMethodToCallback );
  1255. };
  1256. ////////////////////////////////////////////////////////////////
  1257. ////////////////////////////////////////////////////////////////
  1258. // THE LIBRARY ITSELF
  1259. ////////////////////////////////////////////////////////////////
  1260. ////////////////////////////////////////////////////////////////
  1261. [
  1262.     uuid(78530B68-61F9-11D2-8CAD-00A024580902),
  1263.     version(1.0),
  1264.     helpstring("Dexter 1.0 Type Library")
  1265. ]
  1266. library DexterLib
  1267. {
  1268.     importlib("stdole32.tlb");
  1269.     importlib("stdole2.tlb");
  1270.     [
  1271.         uuid(78530B75-61F9-11D2-8CAD-00A024580902),
  1272.         helpstring("AMTimeline Class")
  1273.     ]
  1274.     coclass AMTimeline
  1275.     {
  1276.         [default] interface IAMTimeline;
  1277.         interface IPersistStream;
  1278.         interface IAMSetErrorLog;
  1279.     };
  1280.     [
  1281.         uuid(78530B78-61F9-11D2-8CAD-00A024580902),
  1282.         helpstring("IAMTimelineObj Class")
  1283.     ]
  1284.     coclass AMTimelineObj
  1285.     {
  1286.         [default] interface IAMTimelineObj;
  1287.     };
  1288.     [
  1289.         uuid(78530B7A-61F9-11D2-8CAD-00A024580902),
  1290.         helpstring("IAMTimelineSrc Class")
  1291.     ]
  1292.     coclass AMTimelineSrc
  1293.     {
  1294.         [default] interface IAMTimelineSrc;
  1295.         interface IAMTimelineObj;
  1296.         interface IAMTimelineEffectable;
  1297.         interface IAMTimelineSplittable;
  1298.     };
  1299.     [
  1300.         uuid(8F6C3C50-897B-11d2-8CFB-00A0C9441E20),
  1301.     ]
  1302.     coclass AMTimelineTrack
  1303.     {
  1304.         [default] interface IAMTimelineTrack;
  1305.         interface IAMTimelineObj;
  1306.         interface IAMTimelineEffectable;
  1307.         interface IAMTimelineTransable;
  1308.         interface IAMTimelineVirtualTrack;
  1309.         interface IAMTimelineSplittable;
  1310.     };
  1311.     [
  1312.         uuid(74D2EC80-6233-11d2-8CAD-00A024580902),
  1313.     ]
  1314.     coclass AMTimelineComp
  1315.     {
  1316.         [default] interface IAMTimelineComp;
  1317.         interface IAMTimelineObj;
  1318.         interface IAMTimelineEffectable;
  1319.         interface IAMTimelineTransable;
  1320.         interface IAMTimelineVirtualTrack;
  1321.     };
  1322.     [
  1323.         uuid(F6D371E1-B8A6-11d2-8023-00C0DF10D434),
  1324.     ]
  1325.     coclass AMTimelineGroup
  1326.     {
  1327.         [default] interface IAMTimelineGroup;
  1328.         interface IAMTimelineComp;
  1329.         interface IAMTimelineObj;
  1330.     };
  1331.     [
  1332.         uuid(74D2EC81-6233-11d2-8CAD-00A024580902),
  1333.     ]
  1334.     coclass AMTimelineTrans
  1335.     {
  1336.         [default] interface IAMTimelineTrans;
  1337.         interface IAMTimelineObj;
  1338.         interface IAMTimelineSplittable;
  1339.     };
  1340.     [
  1341.         uuid(74D2EC82-6233-11d2-8CAD-00A024580902),
  1342.     ]
  1343.         coclass AMTimelineEffect
  1344.     {
  1345.         [default] interface IAMTimelineEffect;
  1346.         interface IAMTimelineObj;
  1347.         interface IAMTimelineSplittable;
  1348.         interface IPropertyBag;
  1349.     };
  1350.     [
  1351.         uuid(64D8A8E0-80A2-11d2-8CF3-00A0C9441E20),
  1352.     ]
  1353.     coclass RenderEngine
  1354.     {
  1355.         [default] interface IRenderEngine;
  1356.         interface IAMSetErrorLog;
  1357.     };
  1358.     [
  1359.         uuid(498B0949-BBE9-4072-98BE-6CCAEB79DC6F),
  1360.     ]
  1361.     coclass SmartRenderEngine
  1362.     {
  1363.         [default] interface IRenderEngine;
  1364.         interface ISmartRenderEngine;
  1365.         interface IAMSetErrorLog;
  1366.     };
  1367.     [
  1368.     uuid(036A9790-C153-11d2-9EF7-006008039E37),
  1369.     ]
  1370.         coclass AudMixer
  1371.     {
  1372.         [default] interface IBaseFilter;
  1373.     };
  1374.     [
  1375.         uuid(18C628EE-962A-11D2-8D08-00A0C9441E20),
  1376.         helpstring("Xml2Dex Class")
  1377.     ]
  1378.     coclass Xml2Dex
  1379.     {
  1380.         [default] interface IXml2Dex;
  1381.     };
  1382.     [
  1383.         uuid(CC1101F2-79DC-11D2-8CE6-00A0C9441E20),
  1384.         helpstring("MediaLocator Class")
  1385.     ]
  1386.     coclass MediaLocator
  1387.     {
  1388.         [default] interface IMediaLocator;
  1389.     };
  1390.     [
  1391.         uuid(ADF95821-DED7-11d2-ACBE-0080C75E246E),
  1392.         helpstring("Varying Property Holder")
  1393.     ]
  1394.     coclass PropertySetter
  1395.     {
  1396.         [default] interface IPropertySetter;
  1397.         interface IAMSetErrorLog;
  1398.     };
  1399.     [
  1400.         uuid(65BD0711-24D2-4ff7-9324-ED2E5D3ABAFA),
  1401.         helpstring("MediaDet Class")
  1402.     ]
  1403.     coclass MediaDet
  1404.     {
  1405.         [default] interface IMediaDet;
  1406.     };
  1407.     [
  1408.         uuid(C1F400A0-3F08-11d3-9F0B-006008039E37),
  1409.         helpstring("MsGrab Class")
  1410.     ]
  1411.     coclass SampleGrabber
  1412.     {
  1413.         [default] interface ISampleGrabber;
  1414.     };
  1415.     // useful for movie maker and other people
  1416.     [
  1417.         uuid(C1F400A4-3F08-11d3-9F0B-006008039E37),
  1418.         helpstring("NullRenderer Class")
  1419.     ]
  1420.     coclass NullRenderer
  1421.     {
  1422.         [default] interface IBaseFilter;
  1423.     };
  1424.     [
  1425.          uuid(BB44391D-6ABD-422f-9E2E-385C9DFF51FC),
  1426.          helpstring("DxtCompositor Class")
  1427.     ]
  1428.     coclass DxtCompositor
  1429.     {
  1430.          [default] interface IDxtCompositor;
  1431.     };
  1432.     [
  1433.          uuid(506D89AE-909A-44f7-9444-ABD575896E35),
  1434.          helpstring("DxtAlphaSetter Class")
  1435.     ]
  1436.     coclass DxtAlphaSetter
  1437.     {
  1438.          [default] interface IDxtAlphaSetter;
  1439.     };
  1440.     [
  1441.         uuid(DE75D012-7A65-11D2-8CEA-00A0C9441E20),
  1442.         helpstring("SMPTE wipe DXT")
  1443.     ]
  1444.     coclass DxtJpeg
  1445.     {
  1446.         [default] interface IDxtJpeg;
  1447.     };
  1448.     [
  1449.         uuid(0cfdd070-581a-11d2-9ee6-006008039e37),
  1450.     ]
  1451.     coclass ColorSource
  1452.     {
  1453.         [default] interface IBaseFilter;
  1454.     };
  1455.     [
  1456.         uuid(C5B19592-145E-11d3-9F04-006008039E37),
  1457.         helpstring("DxtKey Class")
  1458.     ]
  1459.     coclass DxtKey
  1460.     {
  1461.         [default] interface IDxtKey;
  1462.     };
  1463. };
  1464. // these are some error codes that we can/will return
  1465. enum
  1466. {
  1467.     E_NOTINTREE = 0x80040400,
  1468.     E_RENDER_ENGINE_IS_BROKEN = 0x80040401,
  1469.     E_MUST_INIT_RENDERER = 0x80040402,
  1470.     E_NOTDETERMINED = 0x80040403,
  1471.     E_NO_TIMELINE = 0x80040404,
  1472.     S_WARN_OUTPUTRESET = 40404
  1473. };
  1474. // These codes are given to the app in IAMErrorLog to help identify what went wrong
  1475. // Filename doesn't exist, or DShow doesn't recognize the filetype
  1476. // EXTRA - filename
  1477. cpp_quote("#define DEX_IDS_BAD_SOURCE_NAME    1400")
  1478. // Filename doesn't exist or contains unknown data
  1479. // EXTRA - filename (maybe no codec?)
  1480. cpp_quote("#define DEX_IDS_BAD_SOURCE_NAME2    1401")
  1481. // filename was required, but wasn't given
  1482. cpp_quote("#define DEX_IDS_MISSING_SOURCE_NAME    1402")
  1483. // cannot parse data provided by this source
  1484. // !!! what source?
  1485. cpp_quote("#define DEX_IDS_UNKNOWN_SOURCE    1403")
  1486. // unexpected error - some DShow component not installed correctly
  1487. cpp_quote("#define DEX_IDS_INSTALL_PROBLEM    1404")
  1488. // Source filter does not accept filenames
  1489. // !!! What source?
  1490. cpp_quote("#define DEX_IDS_NO_SOURCE_NAMES    1405")
  1491. // The group's mediatype is not supported
  1492. // EXTRA - gives you an integer group number
  1493. cpp_quote("#define DEX_IDS_BAD_MEDIATYPE    1406")
  1494. // Invalid stream number for a source
  1495. // EXTRA - gives the stream number !!! should identify which source!
  1496. cpp_quote("#define DEX_IDS_STREAM_NUMBER    1407")
  1497. // You ran out of memory
  1498. cpp_quote("#define DEX_IDS_OUTOFMEMORY        1408")
  1499. // One bitmap in a sequence was not the same type as the others
  1500. // EXTRA - gives the bitmap name
  1501. cpp_quote("#define DEX_IDS_DIBSEQ_NOTALLSAME    1409")
  1502. // Clip's mediatimes are invalid, or DibSeq too short, or a previous error caused this
  1503. // !!! Needs to give the clip name
  1504. cpp_quote("#define DEX_IDS_CLIPTOOSHORT        1410")
  1505. // Clsid of FX/Transition is not a DirectX Transform
  1506. // EXTRA - gives the CLSID
  1507. cpp_quote("#define DEX_IDS_INVALID_DXT        1411")
  1508. // Default FX/Transition Clsid is not a DirectX Transform"
  1509. // EXTRA - gives the CLSID
  1510. cpp_quote("#define DEX_IDS_INVALID_DEFAULT_DXT    1412")
  1511. // Your version of DX doesn't support 3D transforms"
  1512. // EXTRA - gives the CLSID of the 3D transform you tried to use
  1513. cpp_quote("#define DEX_IDS_NO_3D        1413")
  1514. // This DirectX Transform is not the right kind, or is broken
  1515. // EXTRA - gives the CLSID of the broken transform
  1516. cpp_quote("#define DEX_IDS_BROKEN_DXT        1414")
  1517. // No such property exists on an object
  1518. // EXTRA - gives the name of the property (if given as a string)
  1519. cpp_quote("#define DEX_IDS_NO_SUCH_PROPERTY    1415")
  1520. // Illegal value for a property
  1521. // EXTRA - gives the VARIANT value that was illegal
  1522. cpp_quote("#define DEX_IDS_ILLEGAL_PROPERTY_VAL    1416")
  1523. // Syntax error in XML file at line:
  1524. // EXTRA - gives I4 line number, if available
  1525. cpp_quote("#define DEX_IDS_INVALID_XML        1417")
  1526. // Can't find filter specified in XML by Category and Instance
  1527. // EXTRA - gives friendly name (instance)
  1528. cpp_quote("#define DEX_IDS_CANT_FIND_FILTER    1418")
  1529. // Disk error writing XML file
  1530. cpp_quote("#define DEX_IDS_DISK_WRITE_ERROR    1419")
  1531. // Clsid not a valid DShow audio effect filter
  1532. // EXTRA - gives the CLSID
  1533. cpp_quote("#define DEX_IDS_INVALID_AUDIO_FX    1420")
  1534. // Cannot find compressor for smart recompression type
  1535. cpp_quote("#define DEX_IDS_CANT_FIND_COMPRESSOR 1421")
  1536. // !!! Here go problems hooking up sources or finding codecs
  1537. // THE FOLLOWING SHOULD NEVER HAPPEN - please call me if they do
  1538. // Unexpected error in parsing the timeline
  1539. cpp_quote("#define DEX_IDS_TIMELINE_PARSE    1426")
  1540. // Unexpected error building the filtergraph
  1541. cpp_quote("#define DEX_IDS_GRAPH_ERROR        1427")
  1542. // Unexpected error with the internal grid
  1543. cpp_quote("#define DEX_IDS_GRID_ERROR        1428")
  1544. // Unexpected error getting an interface
  1545. cpp_quote("#define DEX_IDS_INTERFACE_ERROR    1429")
  1546. // these are the enumeration categories for effects
  1547. //
  1548. cpp_quote("EXTERN_GUID(CLSID_VideoEffects1Category, 0xcc7bfb42, 0xf175, 0x11d1, 0xa3, 0x92, 0x0, 0xe0, 0x29, 0x1f, 0x39, 0x59);")
  1549. cpp_quote("EXTERN_GUID(CLSID_VideoEffects2Category, 0xcc7bfb43, 0xf175, 0x11d1, 0xa3, 0x92, 0x0, 0xe0, 0x29, 0x1f, 0x39, 0x59);")
  1550. cpp_quote("EXTERN_GUID(CLSID_AudioEffects1Category, 0xcc7bfb44, 0xf175, 0x11d1, 0xa3, 0x92, 0x0, 0xe0, 0x29, 0x1f, 0x39, 0x59);")
  1551. cpp_quote("EXTERN_GUID(CLSID_AudioEffects2Category, 0xcc7bfb45, 0xf175, 0x11d1, 0xa3, 0x92, 0x0, 0xe0, 0x29, 0x1f, 0x39, 0x59);")