Condividi tramite


enumerazione MFPOLICYMANAGER_ACTION (mfidl.h)

Definisce le azioni che possono essere eseguite in un flusso.

Sintassi

typedef enum _MFPOLICYMANAGER_ACTION {
  PEACTION_NO = 0,
  PEACTION_PLAY = 1,
  PEACTION_COPY = 2,
  PEACTION_EXPORT = 3,
  PEACTION_EXTRACT = 4,
  PEACTION_RESERVED1 = 5,
  PEACTION_RESERVED2 = 6,
  PEACTION_RESERVED3 = 7,
  PEACTION_LAST = 7
} MFPOLICYMANAGER_ACTION;

Costanti

 
PEACTION_NO
Valore: 0
Nessuna azione.
PEACTION_PLAY
Valore: 1
Riprodurre il flusso.
PEACTION_COPY
Valore: 2
Copiare il flusso.
PEACTION_EXPORT
Valore: 3
Esportare il flusso in un altro formato.
PEACTION_EXTRACT
Valore: 4
Estrarre i dati dal flusso e passarlo all'applicazione. Ad esempio, l'annullamento dell'eco acustico richiede questa azione.
PEACTION_RESERVED1
Valore: 5
Riservato.
PEACTION_RESERVED2
Valore: 6
Riservato.
PEACTION_RESERVED3
Valore: 7
Riservato.
PEACTION_LAST
Valore: 7
Ultimo membro dell'enumerazione.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [app desktop | App UWP]
Server minimo supportato Windows Server 2008 [app desktop | App UWP]
Intestazione mfidl.h

Vedi anche

Enumerazione Media Foundation