Microsoft DirectX 8.1 (Visual Basic) |
The CommitDeferredSettings method commits all parameter changes made by passing the DS3D_DEFERRED flag to methods of DirectSound3DBuffer8 and DirectSound3DListener8.
Syntax
object.CommitDeferredSettings()
Parts
object
Resolves to a DirectSound3DListener8 object.
Error Codes
If the method fails, an error is raised and Err.Number may be set to DSERR_INVALIDPARAM.
See Also