Condividi tramite


enumerazione MF_TOPOLOGY_TYPE (mfidl.h)

Definisce il tipo di un nodo della topologia.

Sintassi

typedef enum MF_TOPOLOGY_TYPE {
  MF_TOPOLOGY_OUTPUT_NODE = 0,
  MF_TOPOLOGY_SOURCESTREAM_NODE,
  MF_TOPOLOGY_TRANSFORM_NODE,
  MF_TOPOLOGY_TEE_NODE,
  MF_TOPOLOGY_MAX = 0xffffffff
} ;

Costanti

 
MF_TOPOLOGY_OUTPUT_NODE
Valore: 0
Nodo di output. Rappresenta un sink multimediale nella topologia.
MF_TOPOLOGY_SOURCESTREAM_NODE
Nodo di origine. Rappresenta un flusso multimediale nella topologia.
MF_TOPOLOGY_TRANSFORM_NODE
Trasformare il nodo. Rappresenta una trasformazione MFT (Media Foundation Transform) nella topologia.
MF_TOPOLOGY_TEE_NODE
Nodo Tee. Un nodo tee non contiene un puntatore a un oggetto . Rappresenta invece un fork nel flusso. Un nodo tee ha un input e più output e campioni dal nodo upstream vengono recapitati a tutti i nodi downstream.
MF_TOPOLOGY_MAX
Valore: 0xffffffff
Riservato.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione mfidl.h

Vedi anche

Enumerazioni media Foundation