Expand Minimize
This topic has not yet been rated - Rate this topic

MF_OBJECT_TYPE enumeration

Defines the object types that are created by the source resolver.

Syntax


typedef enum MF_OBJECT_TYPE { 
  MF_OBJECT_MEDIASOURCE,
  MF_OBJECT_BYTESTREAM,
  MF_OBJECT_INVALID
} MF_OBJECT_TYPE;

Constants

MF_OBJECT_MEDIASOURCE

Media source. You can query the object for the IMFMediaSource interface.

MF_OBJECT_BYTESTREAM

Byte stream. You can query the object for the IMFByteStream interface.

MF_OBJECT_INVALID

Invalid type.

Requirements

Minimum supported client

Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 [desktop apps | Windows Store apps]

Header

Mfidl.h

See also

IMFSourceResolver
Source Resolver

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.