Previous Next

KSPROPERTY_SYSAUDIO_ATTACH_VIRTUAL_SOURCE

The KSPROPERTY_SYSAUDIO_ATTACH_VIRTUAL_SOURCE property attaches a virtual source to a pin instance on a virtual audio device.

Get Set Target Property Descriptor Type Property Value Type
Yes Yes Pin SYSAUDIO_ATTACH_VIRTUAL_SOURCE None

The property descriptor (instance data) is a structure of type SYSAUDIO_ATTACH_VIRTUAL_SOURCE that specifies the property and a virtual source index.

Return Value

A KSPROPERTY_SYSAUDIO_ATTACH_VIRTUAL_SOURCE property request returns STATUS_SUCCESS to indicate that it has completed successfully. Otherwise, the request returns an appropriate error status code.

Headers

Declared in ksmedia.h. Include ksmedia.h.

Comments

This property attaches a virtual source to a pin instance on the virtual audio device. For more information, see KSPROPERTY_SYSAUDIO_CREATE_VIRTUAL_SOURCE.

See Also

SYSAUDIO_ATTACH_VIRTUAL_SOURCE, KSPROPERTY_SYSAUDIO_CREATE_VIRTUAL_SOURCE