SYSAUDIO_SELECT_GRAPH structure (ksmedia.h)

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

Syntax

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.

Requirements

Requirement Value
Header ksmedia.h (include Ksmedia.h)

See also

KSPROPERTY

KSPROPERTY_SYSAUDIO_SELECT_GRAPH