Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Sound_Library v2.00 Component Reference
|
|
[ TDx_Sound::OnDSEnumerate() ]
__published:
__property TDx_DSEnumerateCallback OnDSEnumerate = {read=FOnDSEnumerate, write=FOnDSEnumerate, nodefault};
TDX_SOUND::ONDSENUMERATE()
[ component callback event ]
- Description
The
OnDSEnumerate
event
is
used
to
process
information
returned
by
the
TDx_Sound::DSEnumerate
method.
Set
the
Finished
parameter
to
true
to
halt
the
enumeration
process.
- Parameters
Context
The 'Context' parameter references an application defined object passed to the callback event for the device being enumerated.
DriverDescription
The 'DriverDescription' parameter holds the text description of the sound device being enumerated.
DriverModule
The 'DriverModule' parameter holds the module name of the sound driver for the device being enumerated.
Finished
Setting the Finished parameter to true within the callback event will cause the enumeration process to be halted without enumerating any more sound devices.
Guid
The 'Guid' parameter references the GUID identifying the driver currently being enumerated. This GUID can be used when calling the TDx_Sound::Create method to create an internal LPDIRECTSOUND interface using this driver.
Sender
The Sender parameter usually refers to the object that signalled the event.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|