Previous Next

SYSAUDIO_SELECT_GRAPH

The SYSAUDIO_SELECT_GRAPH structure is used to specify a graph that includes an optional node such as an AEC control.

typedef struct 
{
  KSPROPERTY  Property;
  ULONG  PinId;
  ULONG  NodeId;
  ULONG  Flags;
  ULONG  Reserved;
} SYSAUDIO_SELECT_GRAPH, *PSYSAUDIO_SELECT_GRAPH;

Members

Property
Specifies the property to get or set. This parameter is a structure of type KSPROPERTY.
PinId
Specifies the SysAudio starting pin ID for the graph.
NodeId
Specifies the SysAudio node ID to be included in the graph.
Flags
No flag bits are defined. Set to zero.
Reserved
Reserved. Set to zero.

Headers

Declared in ksmedia.h. Include ksmedia.h.

See Also

KSPROPERTY, KSPROPERTY_SYSAUDIO_SELECT_GRAPH