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_NONE Value: 0 |
PLAYTO_SOURCE_IMAGE Value: 0x1 Share images. |
PLAYTO_SOURCE_AUDIO Value: 0x2 Share audio. |
PLAYTO_SOURCE_VIDEO Value: 0x4 Share video. |
PLAYTO_SOURCE_PROTECTED Value: 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 |