ImageEn, unit iemmf

TIEMediaFoundationSourceReader.UpdateAudioInputs

TIEMediaFoundationSourceReader.UpdateAudioInputs


Declaration

procedure UpdateAudioInputs();


Description

Reload the audio input list.

This method is automatically called the first time the AudioInputs property is read. Applications should call UpdateAudioInputs() whenever a new device is added or removed.


Example

ImageEnView1.IO.MediaFoundationSourceReader.UpdateAudioInputs();


See Also

AudioInputs