TSMF_SUPPORT_NODEDATA_IN structure
Used inside the TSMF_SUPPORT_DATA_IN structure to contain information about supported media formats.
Syntax
typedef struct tagTSMF_SUPPORT_NODEDATA_IN {
UINT32 byteCount;
INT64 nodeId;
UINT32 numMediaTypes;
TS_AM_MEDIA_TYPE ...;
} TSMF_SUPPORT_NODEDATA_IN, *PTSMF_SUPPORT_NODEDATA_IN;
Members
-
byteCount
-
The size of the structure in bytes.
-
nodeId
-
The node.
-
numMediaTypes
-
The number of media format structures.
-
...
-
A variable number of structures defining audio or video media formats. The FormatType is either FORMAT_WaveFormatEx for audio or FORMAT_MFVideoFormat for video.
For details of this structure, see TS_AM_MEDIA_TYPE Structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 R2 |