IPlayToSourceClassFactory interface (mfsharingengine.h)

Creates an instance of the PlayToSource object.

Inheritance

The IPlayToSourceClassFactory interface inherits from the IUnknown interface. IPlayToSourceClassFactory also has these types of members:

Methods

The IPlayToSourceClassFactory interface has these methods.

 
IPlayToSourceClassFactory::CreateInstance

Creates an instance of the PlayToController object.

Remarks

To get a pointer to this interface, call CoCreateInstance. The CLSID is CLSID_PlayToSourceClassFactory.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header mfsharingengine.h

See also

Media Foundation Interfaces