VideoRenderer.dpr
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1.     (*********************************************************************
  2.      *                                                                   *
  3.      * The contents of this file are used with permission, subject to    *
  4.      * the Mozilla Public License Version 1.1 (the "License"); you may   *
  5.      * not use this file except in compliance with the License. You may  *
  6.      * obtain a copy of the License at                                   *
  7.      * http://www.mozilla.org/MPL/MPL-1.1.html                           *
  8.      *                                                                   *
  9.      * Software distributed under the License is distributed on an       *
  10.      * "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or    *
  11.      * implied. See the License for the specific language governing      *
  12.      * rights and limitations under the License.                         *
  13.      *                                                                   *
  14.      * (C) 2004 Milenko Mitrovic <dcoder@dsp-worx.de>                    *
  15.      *                                                                   *
  16.      *********************************************************************)
  17. library VideoRenderer;
  18. uses
  19.   BaseClass,
  20.   VidRenderer in 'VidRenderer.pas',
  21.   formRenderer in 'formRenderer.pas' {frmRenderer};
  22. {$E ax}
  23. exports
  24.   DllGetClassObject,
  25.   DllCanUnloadNow,
  26.   DllRegisterServer,
  27.   DllUnregisterServer;
  28. begin
  29. end.