LumiSoft Net Help
AudioIn Constructor (device, samplesPerSec, bitsPerSample, channels)
NamespacesLumiSoft.Net.MediaAudioInAudioIn(AudioInDevice, Int32, Int32, Int32)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public AudioIn(
	AudioInDevice device,
	int samplesPerSec,
	int bitsPerSample,
	int channels
)
Public Sub New ( 
	device As AudioInDevice,
	samplesPerSec As Integer,
	bitsPerSample As Integer,
	channels As Integer
)
public:
AudioIn(
	AudioInDevice^ device, 
	int samplesPerSec, 
	int bitsPerSample, 
	int channels
)
new : 
        device : AudioInDevice * 
        samplesPerSec : int * 
        bitsPerSample : int * 
        channels : int -> AudioIn
Parameters
device (AudioInDevice)
Audio input device.
samplesPerSec (Int32)
Sample rate, in samples per second (hertz).
bitsPerSample (Int32)
Bits per sample. For PCM 8 or 16 are the only valid values.
channels (Int32)
Number of channels.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when device is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119