Skip to content

Latest commit

 

History

History
91 lines (68 loc) · 3.07 KB

ksproperty-directsound3dbuffer-all.md

File metadata and controls

91 lines (68 loc) · 3.07 KB
title description keywords topic_type ms.topic api_name api_location api_type ms.date
KSPROPERTY\_DIRECTSOUND3DBUFFER\_ALL
The KSPROPERTY\_DIRECTSOUND3DBUFFER\_ALL property is used to get or set all the DirectSound 3D-buffer properties for the specified buffer.
KSPROPERTY_DIRECTSOUND3DBUFFER_ALL Audio Devices
apiref
reference
KSPROPERTY_DIRECTSOUND3DBUFFER_ALL
Ksmedia.h
HeaderDef
03/06/2023

KSPROPERTY_DIRECTSOUND3DBUFFER_ALL

The KSPROPERTY_DIRECTSOUND3DBUFFER_ALL property is used to get or set all the DirectSound 3D-buffer properties for the specified buffer.

Usage Summary Table

Get Set Target Property descriptor type Property value type

Yes

Yes

Pin

KSNODEPROPERTY

KSDS3D_BUFFER_ALL

The property value (operation data) is a structure of type KSDS3D_BUFFER_ALL that specifies the 3D characteristics of the buffer.

Return Value

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

Remarks

The KSDS3D_BUFFER_ALL structure is similar to the DS3DBUFFER structure, which is described in the Microsoft Windows SDK documentation.

DirectSound uses this property to implement the IDirectSound3DBuffer::GetAllParameters and IDirectSound3DBuffer::SetAllParameters methods, which are described in the Windows SDK documentation.

Requirements

Header

Ksmedia.h (include Ksmedia.h)

See also

KSNODEPROPERTY

KSDS3D_BUFFER_ALL