Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains flags for the IPlayToSourceClassFactory::CreateInstance method.
Syntax
typedef enum PLAYTO_SOURCE_CREATEFLAGS {
  PLAYTO_SOURCE_NONE = 0,
  PLAYTO_SOURCE_IMAGE = 0x1,
  PLAYTO_SOURCE_AUDIO = 0x2,
  PLAYTO_SOURCE_VIDEO = 0x4,
  PLAYTO_SOURCE_PROTECTED = 0x8
} ;
Constants
| PLAYTO_SOURCE_NONEValue: 0 | 
| PLAYTO_SOURCE_IMAGEValue: 0x1 Share images. | 
| PLAYTO_SOURCE_AUDIOValue: 0x2 Share audio. | 
| PLAYTO_SOURCE_VIDEOValue: 0x4 Share video. | 
| PLAYTO_SOURCE_PROTECTEDValue: 0x8 Share DRM protected media. Supported in Windows 8.1 and later. | 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] | 
| Minimum supported server | None supported | 
| Header | mfsharingengine.h |