Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The DSOUND_IO_3D structure contains 3-D parameters for a DirectSound buffer in a DirectSound Buffer Configuration Form.
Syntax
typedef struct _DSOUND_IO_3D {
GUID guid3DAlgorithm;
DS3DBUFFER ds3d;
} DSOUND_IO_3D;
Members
guid3DAlgorithm
Unique identifier of the 3-D algorithm to use.
ds3d
DS3DBUFFER structure that contains the parameters. This information is valid only if DSBCAPS_CTRL3D is set in the buffer description.
Requirements
** Header:** Dmusicf.h
See Also