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.
Usage Summary Table
Get | Set | Target | Property descriptor type | Property value type |
---|---|---|---|---|
Yes |
Yes |
Pin |
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.
Remarks
This property attaches a virtual source to a pin instance on the virtual audio device. For more information, see KSPROPERTY_SYSAUDIO_CREATE_VIRTUAL_SOURCE.
Requirements
Header |
Ksmedia.h (include Ksmedia.h) |