Share via


DMO_SET_TYPE_FLAGS (Windows CE 5.0)

Send Feedback

This enumerated type defines flags for setting the media type on a stream.

enum _DMO_SET_TYPE_FLAGS {  DMO_SET_TYPEF_TEST_ONLY = 0x00000001,  DMO_SET_TYPEF_CLEAR = 0x00000002};

Elements

  • DMO_SET_TYPEF_TEST_ONLY
    Test the media type but do not set it.
  • DMO_SET_TYPEF_CLEAR
    Clear the media type that was set for the stream.

Remarks

The DMO_SET_TYPEF_TEST_ONLY and DMO_SET_TYPEF_CLEAR flags are mutually exclusive. Do not set both flags.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Dmo.h.

See Also

DMO Enumerated Types | DMORegister | IMediaObject::SetInputType | IMediaObject::SetOutputType

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.