home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / mac / SiteBldr / AMOVIE / SDK / _SETUP / COMMON.Z / classes.txt < prev    next >
Encoding:
Text File  |  1996-03-23  |  3.2 KB  |  121 lines

  1. //==========================================================================;
  2. //
  3. //  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  4. //  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  5. //  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  6. //  PURPOSE.
  7. //
  8. //  Copyright (c) 1992 - 1996  Microsoft Corporation.  All Rights Reserved.
  9. //
  10. //--------------------------------------------------------------------------;
  11.  
  12. CBaseObject
  13. |
  14. |---CGenericList                 CGuidNameList
  15. |
  16. |---CNode                        CDisp
  17. |
  18. |   INonDelegatingUnknown        CMsg  CMsgThrd
  19. |   |
  20.  ---CUnknown                     GUID
  21.     |                            |
  22.     |   IMediaControl             ---FOURCCMap
  23.     |   |
  24.     |---CMediaControl            CCache
  25.     |
  26.     |   IMediaPosition           MediaType
  27.     |   |                        |
  28.     |---CMediaPosition           CMediaType
  29.     |   |
  30.     |   |---CPosPassThru         ReferenceTime
  31.     |   |                        |
  32.     |    ---CSourcePosition      CRefTime
  33.     |
  34.     |   IBasicAudio              CAutoLock
  35.     |   |
  36.     |---CBasicAudio              CEvent
  37.     |
  38.     |   IBasicVideo              IClassFactory
  39.     |   |                        |
  40.     |---CBaseBasicVideo          CClassFactory
  41.     |
  42.     |   IVideoWindow             IClassFactory
  43.     |   |                        |
  44.     |---CBaseVideoWindow         CClassFactory
  45.     |
  46.     |   IFilter                  CBaseDispatch
  47.     |   |
  48.     |   | IAMovieSetup
  49.     |   | |
  50.     |---CBaseFilter              CRefTime
  51.     |   |                        |
  52.     |   |   IMediaFilter         COARefTime
  53.     |   |   |
  54.     |   |---CBaseMediaFilter
  55.     |   |   |
  56.     |   |    ---CSource
  57.     |   |
  58.     |   |
  59.     |    -------CTransformFilter
  60.     |           |
  61.     |           CTransInPlaceFilter
  62.     |
  63.     |   IPin
  64.     |   |
  65.     |   | IQualityControl
  66.     |   | |
  67.     |---CBasePin
  68.     |   |
  69.     |   |---CBaseOutputPin
  70.     |   |   |
  71.     |   |   |---CImplOutputPin
  72.     |   |   |
  73.     |   |   |---CTransformOutputPin
  74.     |   |   |   |
  75.     |   |   |   CTransInPlaceOutputPin
  76.     |   |   |
  77.     |   |   | CThread
  78.     |   |   | |
  79.     |   |   CSourceStream
  80.     |   |
  81.     |   |   IMemInputPin
  82.     |   |   |
  83.     |    ---CBaseInputPin
  84.     |       |
  85.     |       |---CImplInputPin
  86.     |       |
  87.     |        ---CTransformInputPin
  88.     |           |
  89.     |           CTransInPlaceInputPin
  90.     |
  91.     |   IDispatch
  92.     |   |
  93.     |---CPropertyHelper
  94.     |
  95.     |   IMediaSample
  96.     |   |
  97.     |---CMediaSample
  98.     |
  99.     |   IEnumPins                CCritSec
  100.     |   |                        |
  101.     |   |  ----------------------|
  102.     |   | |                      |
  103.     |---CEnumPins                |
  104.     |                            |
  105.     |   IEnumMediaTypes          |
  106.     |   |                        |
  107.     |   |  ----------------------|
  108.     |   | |                      |
  109.     |---CEnumMediaTypes          |
  110.     |                            |
  111.     |   IMemAllocator            |
  112.     |   |                        |
  113.     |   |  ----------------------|
  114.     |   | |                       ---COutputQueue
  115.      ---CBaseAllocator
  116.         |
  117.          ---CMemAllocator
  118.  
  119.  
  120.  
  121.