TELGetDNSoundInput
Gets the name of the current sound input driver.
pascal TELErr TELGetDNSoundInput ( TELDNHandle hTELDN, Str255 deviceName);
hTELDN- A handle to a directory number structure.
deviceName- On exit, a pointer to a Pascal-style string containing the name of the sound input driver for the specified directory number.
- function result
- A result code.
DESCRIPTION
TheTELGetDNSoundInputfunction returns, in thedeviceNameparameter, a pointer to a Pascal-style string that contains the name of the sound input driver for the directory number specified by thehTELDNparameter.SEE ALSO
You can dispose of the sound input driver by callingTELDisposeDNSoundInput(next).