Creates an instance of either the sink writer or the source reader.
interface IMFReadWriteClassFactory : public IUnknown
To get a pointer to this interface, call the CoCreateInstance function. The CLSID is CLSID_MFReadWriteClassFactory. Call the MFStartup function before using the interface.
As an alternative to using this interface, you can call any of the following functions:
Internally, these functions use the IMFReadWriteClassFactory interface.
This interface is available on Windows Vista if Platform Update Supplement for Windows Vista is installed.
Header: Declared in mfreadwrite.h.