struttura TSMF_SUPPORT_NODEDATA_OUT
Utilizzato all'interno della struttura TSMF_SUPPORT_DATA_OUT per contenere informazioni sui formati multimediali supportati.
Sintassi
typedef struct tagTSMF_SUPPORT_NODEDATA_OUT {
INT64 nodeId;
HRESULT hrSupportStatus;
CLSID clsidNewSink;
UINT32 supportedMediaTypeIndex;
} TSMF_SUPPORT_NODEDATA_OUT, *PTSMF_SUPPORT_NODEDATA_OUT;
Members
-
Nodeid
-
Nodo.
-
hrSupportStatus
-
Indica se il sink identificato dal parametro clsidNewSink è supportato.
I valori possibili sono.
-
0
-
Non supportato
-
1
-
Supportato
Altri valori non sono definiti.
clsidNewSink
Sink associato al tipo di supporto.
supportedMediaTypeIndex
Indice in base zero del tipo di supporto supportato dal sink.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato |
Nessuno supportato |
Server minimo supportato |
Windows Server 2008 R2 |