Specifies how much sound data should be acquired in bytes.
See also RecTime.
ReadOnly
Number of DirectSound devices present in the system.
DeviceName[Index : Integer] : String;
ReadOnly
This array property returns the name of the device, specified by the index. The index should be in [0..DeviceCount-1].
Specifies the number of the DirectSound device to be used for input. The value should in [0..DeviceCount-1].
Use this property to set the number of bits per sample for the input audio stream. Possible values are 8 and 16.
Use this property to set the number of channels for the input audio stream. Possible values are 1 (mono) and 2 (stereo).
Use this property to set the sample rate for the input audio stream. Possible values are determined by the soundcard hardware.
This property allows you to set the record duration time in seconds. If you assign -1 to this property TDXAudioIn will never stop recording by itself. In both cases you can stop recording at any time by calling Stop method of the respective output component.
Copyright © 2002-2005 Andrei Borovsky. All rights reserved.