SGGetSoundInputDriver
TheSGGetSoundInputDriverfunction allows you to determine the sound input device currently in use by a sound channel component.
pascal long SGGetSoundInputDriver (SGChannel c);
c- Specifies the reference that identifies the channel for this operation. You obtain this reference from the
SGNewChannelfunction, described on page 5-29.DESCRIPTION
TheSGGetSoundInputDriverfunction returns a reference to the sound input device. If the sound channel is not using a sound input device, this returned value is set tonil.You may want to gain access to the sound input device if you want to change the device's configuration.
SPECIAL CONSIDERATIONS
If you change any of the device's operating parameters, be sure to inform the sequence grabber component by calling theSGSoundInputDriverChangedfunction, which is described in the next section.SEE ALSO
You can assign a sound input device to a sound channel by calling theSGSetSoundInputDriverfunction, described in the previous section.