enumerazione PLAYTO_SOURCE_CREATEFLAGS (mfsharingengine.h)
Contiene flag per il metodo IPlayToSourceClassFactory::CreateInstance .
Sintassi
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
} ;
Costanti
PLAYTO_SOURCE_NONE Valore: 0 |
PLAYTO_SOURCE_IMAGE Valore: 0x1 Condividere immagini. |
PLAYTO_SOURCE_AUDIO Valore: 0x2 Condividere l'audio. |
PLAYTO_SOURCE_VIDEO Valore: 0x4 Condividi video. |
PLAYTO_SOURCE_PROTECTED Valore: 0x8 Condividere supporti protetti da DRM. Supportato in Windows 8.1 e versioni successive. |
Requisiti
Client minimo supportato | Windows 8 [solo app desktop] |
Server minimo supportato | Nessuno supportato |
Intestazione | mfsharingengine.h |