Condividi tramite


DMO_PARTIAL_MEDIATYPE (Windows CE 5.0)

Send Feedback

This structure partially describes a media type used by a DirectX DMO. The DMO registration functions use this structure to specify supported media types.

typedef struct _DMO_PARTIAL_MEDIATYPE {GUIDtype;GUIDsubtype;} DMO_PARTIAL_MEDIATYPE, *PDMO_PARTIAL_MEDIATYPE;

Members

  • type
    A GUID identifying the stream's major media type. This must be one of the DMO Media Types. Use GUID_NULL to match any major type.
  • subtype
    Subtype GUID. Use GUID_NULL to match any subtype.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Dmo.h.
Link Library: Dmoguid.lib.

See Also

DMO Structures | IMediaBuffer | Media Types

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.