Capture.Capture Constructor ()

Initializes a new instance of the Capture class using the default Microsoft DirectSound capture device.

Overload List

public Capture();
public Capture(Guid);
public Capture(IntPtr);

Remarks

Exceptions

ArgumentExceptionLeave Site

An invalid parameter was passed to the called method.

OutOfMemoryExceptionLeave Site

DirectSound could not allocate sufficient memory to complete the call.

AllocatedException

The request failed because resources, such as a priority level, were already in use by another caller.

NoAggregationException

The object does not support aggregation.