Previous Next

KSPROPERTY_DIRECTSOUND3DBUFFER_MODE

The KSPROPERTY_DIRECTSOUND3DBUFFER_MODE property specifies the processing mode of a 3D sound buffer.

Get Set Target Property Descriptor Type Property Value Type
Yes Yes Pin KSNODEPROPERTY ULONG

The property value (operation data) is of type ULONG and specifies the sound buffer's processing mode. The mode can have one of the following values, which are defined in header file dsound.h:

The meaning of these parameters is explained in the Platform SDK documentation.

Return Value

A KSPROPERTY_DIRECTSOUND3DBUFFER_MODE 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

For additional information on the processing mode for a DirectSound 3D buffer, see the following in the Platform SDK documentation:

See Also

KSNODEPROPERTY