Share via


AMOVIESETUP_MEDIATYPE

Media type information for registering a filter.

typedef struct _AMOVIESETUP_MEDIATYPE{
const CLSID * clsMajorType;
const CLSID * clsMinorType;
} AMOVIESETUP_MEDIATYPE;

Members

  • clsMajorType
    Major media type supported by the filter.
  • clsMinorType
    Minor media type supported by the filter.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.