TSMF_SUPPORT_NODEDATA_OUT structure

Used inside the TSMF_SUPPORT_DATA_OUT structure to contain information about supported media formats.

Syntax

typedef struct tagTSMF_SUPPORT_NODEDATA_OUT {
  INT64   nodeId;
  HRESULT hrSupportStatus;
  CLSID   clsidNewSink;
  UINT32  supportedMediaTypeIndex;
} TSMF_SUPPORT_NODEDATA_OUT, *PTSMF_SUPPORT_NODEDATA_OUT;

Members

nodeId

The node.

hrSupportStatus

Whether the sink identified by the clsidNewSink parameter is supported.

The possible values are.

0

Not supported

1

Supported

Other values are undefined.

clsidNewSink

The sink associated with the media type.

supportedMediaTypeIndex

The zero-based index of the media type supported by the sink.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2008 R2

See also

QueryProperty

TSMF_SUPPORT_DATA_OUT