Microsoft DirectX 8.1 (Visual Basic)

DirectSound3DBuffer8.GetMode

The GetMode method retrieves the current operation mode for 3-D sound processing.

Syntax

object.GetMode() As CONST_DS3DMODEFLAGS

Parts

object

Resolves to a DirectSound3DBuffer8 object.

Return Values

Returns the mode setting. This value is one of the constants of the CONST_DS3DMODEFLAGS enumeration.

Error Codes

If the method fails, an error is raised and Err.Number may be set to DSERR_INVALIDPARAM.