|
InputMethod |
Top Previous Next |
|
Declaration property InputMethod : TInOutMethod;
Description Manages the way for audio is input
Default values include :
If ioDevice is set the real microphone/line-in device will be used
If ioFile is set all incoming audio data will be read from file specified by the InputFile property.
If ioCustom is set all audio data should be generated in then OnSoundBufferNeeded event's handler.
Note: It is your responsibility insure that audio data is available for this event.
|