ManagedBass.RecordDevice.RecordDevice C# (CSharp) Method

RecordDevice() private method

private RecordDevice ( int DeviceIndex ) : System
DeviceIndex int
return System
        RecordDevice(int DeviceIndex)
        {
            Index = DeviceIndex;
        }